{ "scripts": { "test": "jest" }, "devDependencies": { "@types/jest": "^23.3.12", "jest": "^23.6.0", "ts-jest": "^23.10.5" }, "dependencies": { "xmlhttprequest": "1.8.0" }, "jest": { "moduleFileExtensions": [ "ts", "tsx", "js", "json" ], "setupFiles": [ "/../scripts/test-setup.js" ], "moduleNameMapper": { "^.+\\.(s?css|png|svg)$": "/../scripts/dummy.js", "@coder/(.*)/testing": "/$1/testing", "@coder/(.*)": "/$1/src" }, "transform": { "^.+\\.tsx?$": "ts-jest" }, "testPathIgnorePatterns": [ "/node_modules/", "/logger/" ], "testRegex": ".*\\.test\\.tsx?" } }