Skip to content

Commit f31c19b

Browse files
committed
chore(data): improve test coverage for SemaphoreViem class
1 parent 7501d5b commit f31c19b

File tree

3 files changed

+848
-136
lines changed

3 files changed

+848
-136
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:docs": "yarn workspace semaphore-docs build",
1515
"compile:contracts": "yarn workspace semaphore-contracts compile",
1616
"test": "concurrently -g -c auto -n circuits,contracts,libraries,subgraph \"yarn:test:circuits\" \"yarn:test:contracts\" \"yarn:test:libraries\" \"yarn test:subgraph\"",
17-
"test:libraries": "jest --coverage",
17+
"test:libraries": "jest packages/data/tests/viem.test.ts --coverage --no-cache",
1818
"test:library": "jest packages/${0}",
1919
"test:subgraph": "yarn workspace semaphore-subgraph test",
2020
"test:contracts": "yarn workspace semaphore-contracts test:coverage",

0 commit comments

Comments
 (0)