Add tests for the Revive WASM version (#147)

This commit is contained in:
Sebastian Miasojed
2025-01-10 09:12:43 +01:00
committed by GitHub
parent f49d145e9a
commit d7d60da6f1
7 changed files with 199 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"private": true,
"scripts": {
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
"test:revive": "npm run example:node -w js"
"test:wasm": "npm run test:all -w js"
},
"workspaces": [
"crates/solidity/src/tests/cli-tests",