Skip to content

solidjs/solid-jest

Repository files navigation

Solid Jest

Solid Jest

This library contains presets for SolidJS to easily get started testing with Jest for both browser and server rendering with Node.

Usage

In your jest.config.js

module.exports = {
  preset: "solid-jest/preset/browser"
};
module.exports = {
  preset: "solid-jest/preset/node"
};

About

Jest preset for SolidJS

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published