fix(repo): set timeout in a wrong config
This commit is contained in:
parent
a55e7cae52
commit
6ee16bae17
@ -1,5 +1,4 @@
|
||||
module.exports = {
|
||||
testTimeout: 30000,
|
||||
projects: [
|
||||
'<rootDir>/packages/tao',
|
||||
'<rootDir>/packages/workspace',
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
const nxPreset = require('@nrwl/jest/preset');
|
||||
module.exports = {
|
||||
...nxPreset,
|
||||
testTimeout: 30000,
|
||||
testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
|
||||
transform: {
|
||||
'^.+\\.(ts|js|html)$': 'ts-jest',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user