UNPKG

523 BMarkdownView Raw
1# Jest Configurations
2Standard configurations for [Jest](https://facebook.github.io/jest/).
3
4**Why?** — We use Jest for unit-testing of critical code. Having
5a standard configuration and setup reused between our projects, helps a lot.
6
7For Jest configuration this package provides:
8- **`config/jest/default`** — The standard Jest config;
9- **`config/jest/setup`** — The standard Jest setup script. At the moment
10 it just sets up [`raf/polyfill`](https://www.npmjs.com/package/raf), required
11 by React.