remove jest configs
This commit is contained in:
parent
9740b358a3
commit
0e96078dca
|
@ -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