Skip to content

Commit

Permalink
Add vitest test framework
Browse files Browse the repository at this point in the history
Adds two new npm scripts:

- 'test' - runs test suite once and exits
- 'test:watch' - runs test suite perpetually.

Any file suffixed with '.test.[js|ts]' is considered a test suite
  • Loading branch information
ddubson committed Oct 5, 2023
1 parent e4ebe14 commit 705d0c9
Show file tree
Hide file tree
Showing 3 changed files with 1,680 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ jobs:

- name: Run tsc
run: npm run build:check

- name: Run test suite
run: npm run test
Loading

0 comments on commit 705d0c9

Please sign in to comment.