remove jest configs
This commit is contained in:
parent
4a17c9e7b3
commit
a886198847
|
@ -1,10 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
testEnvironment: 'node',
|
|
||||||
transform: {
|
|
||||||
'\\.[jt]sx?$': [
|
|
||||||
'babel-jest',
|
|
||||||
{ configFile: require.resolve('./babel.config') },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
watchPathIgnorePatterns: ['\\/node_modules\\/'],
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
projects: ['packages/status-js'],
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
...require('../../jest.config.base'),
|
|
||||||
displayName: 'core',
|
|
||||||
}
|
|
Loading…
Reference in New Issue