mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-20 18:18:28 +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\\/'],
|
||
|
}
|