Browse Source

test: remove tsconfig.test.json (#24390)

pull/24393/head
偏右 5 years ago
committed by GitHub
parent
commit
76466dae9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .jest.node.js
  2. 6
      tsconfig.test.json

5
.jest.node.js

@ -16,9 +16,4 @@ module.exports = {
testEnvironment: 'node', testEnvironment: 'node',
transformIgnorePatterns, transformIgnorePatterns,
snapshotSerializers: ['enzyme-to-json/serializer'], snapshotSerializers: ['enzyme-to-json/serializer'],
globals: {
'ts-jest': {
tsConfigFile: './tsconfig.test.json',
},
},
}; };

6
tsconfig.test.json

@ -1,6 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
}
}
Loading…
Cancel
Save