{
  "verbose": true,
  "notify": true,
  "transform": {".*": "./jestTransformer.js"},
  "testPathIgnorePatterns": [
    "./node_modules",
    "./coverage",
    "./dist",
    "./lib"
  ],
  "testRegex": "\\.test\\.js"
}