Swap Jest test runner (#719)

This commit is contained in:
Jaco
2023-02-20 12:42:11 +02:00
committed by GitHub
parent c488094732
commit e83da1449d
8 changed files with 19 additions and 36 deletions
+3 -3
View File
@@ -28,13 +28,13 @@
"example:vue": "yarn build && cd packages/example-vue && yarn polkadot-exec-webpack --config webpack.config.cjs",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --env jest -- --coverage --runInBand",
"test:one": "polkadot-dev-run-test"
"test": "polkadot-dev-run-test --env browser",
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.13",
"@polkadot/dev": "^0.68.40",
"@polkadot/dev": "^0.68.41",
"@polkadot/x-bundle": "^10.4.2",
"@types/jest": "^29.4.0",
"babel-loader": "^8.3.0",