Skip to content

Files

Latest commit

5446fb5 · Feb 2, 2018

History

History
11 lines (9 loc) · 523 Bytes

jest-config.md

File metadata and controls

11 lines (9 loc) · 523 Bytes

Jest Configurations

Standard configurations for Jest.

Why? — We use Jest for unit-testing of critical code. Having a standard configuration and setup reused between our projects, helps a lot.

For Jest configuration this package provides:

  • config/jest/default — The standard Jest config;
  • config/jest/setup — The standard Jest setup script. At the moment it just sets up raf/polyfill, required by React.