Skip to content

Commit

Permalink
test(examples): update start script
Browse files Browse the repository at this point in the history
Ref: #62
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Oct 24, 2024
1 parent dae83bf commit 242a9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
"format:fix": "yarn prettier --write .",
"test:unit": "vitest run src",
"test:unit:watch": "vitest run src",
"test:e2e": "vitest run tests",
"test:e2e:watch": "vitest watch tests",
"test:e2e": "vitest run tests/e2e",
"test:e2e:watch": "vitest watch tests/e2e",
"test:all": "vitest run",
"test:watch": "vitest watch",
"test:examples": "vitest --config ./examples/vitest.examples.config.ts run tests/examples",
Expand Down

0 comments on commit 242a9ab

Please sign in to comment.