Jest config cleanup (#518)

* Jest config cleanup

* Bump
This commit is contained in:
Jaco
2021-09-01 19:43:01 +03:00
committed by GitHub
parent eeca1f8f50
commit c8f2f119f0
14 changed files with 386 additions and 397 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@polkadot/dev": "^0.62.62",
"@polkadot/dev": "^0.62.65",
"@polkadot/ts": "^0.4.6",
"@polkadot/x-bundle": "^7.3.1",
"@types/jest": "^27.0.1",
@@ -45,6 +45,6 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.85.3",
"version": "0.85.4-0",
"packageManager": "yarn@3.0.1"
}