Add the revive tests in the browsers (#158)

This commit is contained in:
Sebastian Miasojed
2025-01-14 22:29:02 +01:00
committed by GitHub
parent 7f81f37e0c
commit 939138d0cd
7 changed files with 174 additions and 55 deletions
+3 -2
View File
@@ -8,11 +8,12 @@
"fetch:soljson": "wget https://binaries.soliditylang.org/wasm/soljson-v0.8.28+commit.7893614a.js -O ./examples/web/soljson.js",
"example:web": "npm run fetch:soljson && http-server ./examples/web/",
"example:node": "node ./examples/node/run_revive.js",
"test:node": "mocha --timeout 10000 ./tests",
"test:bun": "bun test",
"test:node": "mocha --timeout 20000 ./tests",
"test:bun": "bun test --timeout 20000 node.test",
"test:all": "npm run test:node && npm run test:bun"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"chai": "^5.1.2",
"http-server": "^14.1.1",
"mocha": "^11.0.1"