* 0.19.3

* Adjust test command
This commit is contained in:
Jaco
2023-02-19 14:50:36 +02:00
committed by GitHub
parent 0c5af18dea
commit 4bfef978a2
4 changed files with 544 additions and 494 deletions
+5 -5
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.19.3-19-x",
"version": "0.19.3",
"versions": {
"git": "0.19.3-19-x",
"npm": "0.19.2"
@@ -28,10 +28,10 @@
"clean": "polkadot-dev-clean-build",
"deno": "yarn polkadot-dev-deno-map && yarn build && deno check --import-map=import_map.json mod.ts",
"lint": "polkadot-dev-run-lint",
"phishing:addrcheck": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/addrcheck",
"phishing:crosscheck": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/crosscheck",
"phishing:addrcheck": "polkadot-dev-run-test --env jest addrcheck -- --runInBand --detectOpenHandles",
"phishing:crosscheck": "polkadot-dev-run-test --env jest crosscheck -- --runInBand --detectOpenHandles",
"postinstall": "polkadot-dev-yarn-only",
"test": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
"test": "polkadot-dev-run-test --env jest ^addrcheck ^crosscheck -- --coverage"
},
"dependencies": {
"@pinata/sdk": "^1.2.1",
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@polkadot/dev": "^0.68.28",
"@polkadot/dev": "^0.68.38",
"@types/jest": "^29.4.0",
"mkdirp": "^2.1.3",
"rimraf": "^4.1.2"