Jest config cleanup (#476)

This commit is contained in:
Jaco
2021-09-01 19:36:35 +03:00
committed by GitHub
parent a54017f204
commit fab8fec8f2
4 changed files with 627 additions and 605 deletions
+1 -6
View File
@@ -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
View File
@@ -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",
+3 -3
View File
@@ -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",
+622 -595
View File
File diff suppressed because it is too large Load Diff