@dzcode-io/kuliya
Version:
Algeria's college hierarchy dataset as javascript package
17 lines (16 loc) • 330 B
JavaScript
module.exports = {
testEnvironment: "node",
coverageThreshold: {
global: {
branches: 100,
functions: 100,
lines: 100,
statements: 100,
},
},
transform: {
"^.+\\.(ts|tsx)?$": "ts-jest",
"^.+\\.(js|jsx)$": "babel-jest",
},
coveragePathIgnorePatterns: ["node_modules", "dist"],
};