$ npm install jest-preact-presetJest 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