{
  "moduleNameMapper": {
      "^lib/(.*)$": "<rootDir>/lib/$1",
      "^src/(.*)$": "<rootDir>/src/$1"
  },
  "testPathIgnorePatterns": [
      "<rootDir>/node_modules/"
  ],
  "testMatch": [
      "<rootDir>/src/**/__tests__/*.spec.js"
  ],
  "reporters": [
      "jest-junit",
      "jest-simple-dot-reporter"
  ],
  "verbose": true
}