mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-24 22:58:00 +00:00
Jest config cleanup (#476)
This commit is contained in:
+1
-6
@@ -6,11 +6,6 @@ const config = require('@polkadot/dev/config/jest.cjs');
|
||||
module.exports = {
|
||||
...config,
|
||||
moduleNameMapper: {},
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/build',
|
||||
'<rootDir>/packages/phishing/build'
|
||||
],
|
||||
testEnvironment: 'jsdom',
|
||||
testTimeout: 2 * 60 * 1000,
|
||||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
|
||||
testTimeout: 2 * 60 * 1000
|
||||
};
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@polkadot/dev": "^0.62.60",
|
||||
"@polkadot/dev": "^0.62.64",
|
||||
"@types/jest": "^26.0.24"
|
||||
},
|
||||
"version": "0.6.276",
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"@polkadot/x-fetch": "^7.2.1"
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"@polkadot/util-crypto": "^7.3.1",
|
||||
"@polkadot/x-fetch": "^7.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.2",
|
||||
|
||||
Reference in New Issue
Block a user