0.1.1 • Published 6 years ago

@tailify/jest-preset v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
6 years ago

jest-preset

Build status Dependency status Version

Tailify's very own opinionated Jest preset.

Installation

$ npm install --save-dev @tailify/jest-preset

Usage

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.