remove jest configs

This commit is contained in:
Felicio Mununga 2022-06-01 06:41:29 +02:00
parent 9740b358a3
commit 0e96078dca
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
3 changed files with 0 additions and 17 deletions

View File

@ -1,10 +0,0 @@
module.exports = {
testEnvironment: 'node',
transform: {
'\\.[jt]sx?$': [
'babel-jest',
{ configFile: require.resolve('./babel.config') },
],
},
watchPathIgnorePatterns: ['\\/node_modules\\/'],
}

View File

@ -1,3 +0,0 @@
module.exports = {
projects: ['packages/status-js'],
}

View File

@ -1,4 +0,0 @@
module.exports = {
...require('../../jest.config.base'),
displayName: 'core',
}