{ "dependencies": { "jest": "^24.9.0" }, "scripts": { "test": "jest" }, "jest": { "rootDir": "../", "roots": [ "/peril" ], "transform": { "^.+\\.tsx?$": "/node_modules/ts-jest/preprocessor.js" }, "moduleFileExtensions": [ "js", "jsx", "ts", "tsx", "json" ] } }