Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const baseConfig = require('./../../jest.base.config');
|
||||
|
||||
module.exports = {
|
||||
...baseConfig,
|
||||
preset: 'ts-jest',
|
||||
transform: {
|
||||
'^.+\\.(j|t)s$': 'ts-jest',
|
||||
},
|
||||
globalSetup: './__tests__/integration/__config__/jest.setup.global.ts',
|
||||
globalTeardown: './__tests__/integration/__config__/jest.teardown.global.ts',
|
||||
setupFilesAfterEnv: ['./__tests__/integration/__config__/jest.setup.ts']
|
||||
};
|
||||
Reference in New Issue
Block a user