jest-preact-preset
v1.0.0
Published
Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact.
Downloads
635
Keywords
Readme
jest-preact
Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact.
npm install jest-preact-preset
Usage
// jest.config.js
module.exports = {
preset: 'jest-preact-preset',
};
License
MIT