solid-jest
solid-jest copied to clipboard
Jest preset for SolidJS
When I use the included resolver, my (few) tests take more than 7 seconds, taking a while to start running. When I use the default resolver, the tests take little...
Oops, this package is so important to config solid with jest. I've struggled half day to config them until I found this pacakge. It event can't be searched by google,...
Fixes #2 I added these extras by default. However, we can put them behind a `process.env.BABEL_EXTRAS` config (or a new set of presets) if you prefer that the default config...
Unless I add `@babel/preset-typescript` myself, it doesn't work. I am simplifying my babel.config.json because Parcel has switched to SWC, which handles everything in the build process. But that doesn't work...