Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 318 Bytes

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"
};