0.1.1 • Published 8 years ago
@tailify/jest-preset v0.1.1
jest-preset
Tailify's very own opinionated Jest preset.
Installation
$ npm install --save-dev @tailify/jest-presetUsage
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.