orenelbaum / babel-plugin-solid-undestructure

A Babel plugin for SolidJS that allows you to destructure component props without losing reactivity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve testing setup

orenelbaum opened this issue · comments

Improve testing setup to use suites for organization and such that one test failing doesn't block the rest of the tests in the file.
Maybe also add snapshot testing which means switching off uvu to a different test runner.