{ "browser": true, "collectCoverageFrom": [ "/packs/**/*.{js,jsx}" ], "coveragePathIgnorePatterns": [ "/node_modules/", "/__tests__/__factories__", "/__tests__/__helpers__" ], "roots": [ "/__tests__/", "/packs/" ], "modulePaths": [ "/packs/" ], "modulePathIgnorePatterns": [ "/lib/", "/node_modules/" ], "setupTestFrameworkScriptFile": "@djforth/jest-matchers", "testPathIgnorePatterns": [ "/__tests__/__helpers__", "/__tests__/__factories__", "/lib", "/node_modules", "/bower_components" ], "verbose": true, "rootDir": "./app/javascript" }