mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 13:31:02 +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 = {
|
module.exports = {
|
||||||
...config,
|
...config,
|
||||||
moduleNameMapper: {},
|
moduleNameMapper: {},
|
||||||
modulePathIgnorePatterns: [
|
|
||||||
'<rootDir>/build',
|
|
||||||
'<rootDir>/packages/phishing/build'
|
|
||||||
],
|
|
||||||
testEnvironment: 'jsdom',
|
testEnvironment: 'jsdom',
|
||||||
testTimeout: 2 * 60 * 1000,
|
testTimeout: 2 * 60 * 1000
|
||||||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
|
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.15.0",
|
||||||
"@polkadot/dev": "^0.62.60",
|
"@polkadot/dev": "^0.62.64",
|
||||||
"@types/jest": "^26.0.24"
|
"@types/jest": "^26.0.24"
|
||||||
},
|
},
|
||||||
"version": "0.6.276",
|
"version": "0.6.276",
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.15.3",
|
"@babel/runtime": "^7.15.3",
|
||||||
"@polkadot/util": "^7.2.1",
|
"@polkadot/util": "^7.3.1",
|
||||||
"@polkadot/util-crypto": "^7.2.1",
|
"@polkadot/util-crypto": "^7.3.1",
|
||||||
"@polkadot/x-fetch": "^7.2.1"
|
"@polkadot/x-fetch": "^7.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-yaml": "^4.0.2",
|
"@types/js-yaml": "^4.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user