Skip to content

Commit 361d105

Browse files
make tests for e2e for both vitest and bats
1 parent 6f2a216 commit 361d105

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
"cli": "yarn workspace @virtualize/osa-snippets run cli",
1111
"lint": "biome check ./js",
1212
"test": "vitest ./js --run",
13+
"test-all": "vitest ./js --run",
1314
"test:coverage": "vitest ./js --run --coverage",
1415
"lint:fix": "biome check --fix ./js",
1516
"build": "echo 'Nothing to build at root'",
16-
"test:e2e": "cd js && node ../tests/run-tests.zsh"
17+
"test:e2e": "yarn test && ./tests/run-tests.zsh"
1718
},
1819
"devDependencies": {
1920
"@biomejs/biome": "^2.3.3",

0 commit comments

Comments
 (0)