$ npm install jest-preact-preset
Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact.
npm install jest-preact-preset
// jest.config.js module.exports = { preset: 'jest-preact-preset', };
MIT