Skip to content

Commit 46c6b5a

Browse files
committed
test: add local verification flow checks
1 parent 676df5c commit 46c6b5a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
"scripts": {
1111
"dev": "tsx node/src/app.ts",
1212
"dev:network": "tsx node/scripts/runLocalNetwork.ts",
13-
"test": "echo \"Error: no test specified\" && exit 1",
1413
"test:gossip": "tsx node/test/gossipNetwork.ts",
1514
"test:proof-state": "tsx node/test/proofState.ts",
1615
"test:submit-proof": "tsx node/test/submitProof.ts",
1716
"test:pow": "tsx node/test/proofOfWork.ts",
1817
"test:mine-block": "tsx node/test/blockManager.ts",
19-
"test:block-miner": "tsx node/src/test/blockMiner.ts"
18+
"test:block-miner": "tsx node/test/blockMiner.ts",
19+
"test:flows": "npm run test:pow && npm run test:mine-block && npm run test:block-miner",
20+
"check": "npm run test:flows"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)