UNPKG

176 BJavaScriptView Raw
1module.exports = {
2 preset: 'ts-jest',
3 testEnvironment: 'node',
4 testMatch: [
5 "**/tests/**/*.test.ts"
6 ],
7 coveragePathIgnorePatterns: [
8 "tests/fixture.ts"
9 ]
10};
\No newline at end of file