Adjust addrcheck timeouts (jest 27) (#353)

This commit is contained in:
Jaco
2021-05-31 15:16:45 +03:00
committed by GitHub
parent 3909583107
commit 95eee85d2e
5 changed files with 30 additions and 8 deletions
+1
View File
@@ -11,5 +11,6 @@ module.exports = {
'<rootDir>/packages/phishing/build'
],
testEnvironment: 'jsdom',
testTimeout: 2 * 60 * 1000,
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
};