reinit repo with sources from zipped dir
This commit is contained in:
17
apps/board/jest.config.js
Normal file
17
apps/board/jest.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
displayName: 'board',
|
||||
preset: '../../jest.preset.js',
|
||||
testEnvironment: 'jsdom',
|
||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
||||
coverageDirectory: '../../coverage/apps/board',
|
||||
testMatch: ['**/*.spec.ts', '**/*.spec.tsx'],
|
||||
transformIgnorePatterns: [
|
||||
'node_modules/(?!(@faker-js|@klx)/)',
|
||||
],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsconfig: '<rootDir>/tsconfig.spec.json',
|
||||
babelConfig: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user