wormhole/wormchain/testing/js/jestconfig.json

10 lines
209 B
JSON

{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "json", "node"],
"testTimeout": 60000
}