Phase 3 Completed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/tests/**/*.spec.ts', '**/?(*.)+(spec|test).ts'],
|
||||
testPathIgnorePatterns: ['/tests/api/', '/tests/integration/'],
|
||||
moduleFileExtensions: ['ts', 'js', 'json'],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsconfig: 'tsconfig.json',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user