Tailify's very own opinionated Jest preset.
$ npm install --save-dev @tailify/jest-preset
To get started, add this to your jest.config.js file:
module.exports = {
preset: '@tailify',
};Note: We can omit the /jest-preset suffix since it is automatically assumed by Jest.