mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-01-10 08:05:39 +00:00
11 lines
224 B
JavaScript
11 lines
224 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
transform: {
|
|
'\\.[jt]sx?$': [
|
|
'babel-jest',
|
|
{ configFile: require.resolve('./babel.config') },
|
|
],
|
|
},
|
|
watchPathIgnorePatterns: ['\\/node_modules\\/'],
|
|
}
|