csci8980-f23/jest.config.json
2023-11-01 22:50:11 -05:00

10 lines
298 B
JSON

{
"verbose": true,
"moduleFileExtensions": ["js", "mjs"],
"extensionsToTreatAsEsm": [".bs.mjs"],
"testMatch": ["**/__tests__/**/*_test.mjs", "**/__tests__/**/*_test.bs.js"],
"transform": {
"^.+.m?js$": "babel-jest"
},
"transformIgnorePatterns": ["node_modules/(?!(rescript)/)"]
}