UNPKG

reg-suit-core

Version:

See https://github.com/Quramy/reg-suit .

15 lines (14 loc) 350 B
module.exports = { globals: { "ts-jest": { diagnostics: false, }, }, transform: { "^.+\\.ts$": "ts-jest", }, testRegex: "(src/.*\\.test)\\.ts$", testPathIgnorePatterns: ["/node_modules/", "\\.d\\.ts$", "lib/.*"], collectCoverageFrom: ["src/**/*.ts", "!**/testing/**"], moduleFileExtensions: ["js", "ts", "json"], };