Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit cbcd3fd

Browse files
committed
ci: run integration and unit tests on CI
1 parent 73503f2 commit cbcd3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"scripts": {
1414
"build": "tsc -p .",
15-
"test": "yarn test:unit && jest -i strategy.test.ts",
15+
"test": "jest -i test/unit -i test/integration -i strategy.test.ts",
1616
"test:vp": "jest -i vp.test.ts",
1717
"test:delegation": "jest -i delegation.test.ts",
1818
"test:validation": "jest -i validation.test.ts",

0 commit comments

Comments
 (0)