We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676df5c commit 46c6b5aCopy full SHA for 46c6b5a
1 file changed
package.json
@@ -10,13 +10,14 @@
10
"scripts": {
11
"dev": "tsx node/src/app.ts",
12
"dev:network": "tsx node/scripts/runLocalNetwork.ts",
13
- "test": "echo \"Error: no test specified\" && exit 1",
14
"test:gossip": "tsx node/test/gossipNetwork.ts",
15
"test:proof-state": "tsx node/test/proofState.ts",
16
"test:submit-proof": "tsx node/test/submitProof.ts",
17
"test:pow": "tsx node/test/proofOfWork.ts",
18
"test:mine-block": "tsx node/test/blockManager.ts",
19
- "test:block-miner": "tsx node/src/test/blockMiner.ts"
+ "test:block-miner": "tsx node/test/blockMiner.ts",
+ "test:flows": "npm run test:pow && npm run test:mine-block && npm run test:block-miner",
20
+ "check": "npm run test:flows"
21
},
22
"repository": {
23
"type": "git",
0 commit comments