Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 444 Bytes

File metadata and controls

23 lines (17 loc) · 444 Bytes

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