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