Skip to content

Commit

Permalink
Switch to vitest (#29)
Browse files Browse the repository at this point in the history
* Use vitest

* Improve pr test script, no need to build anymore

* Update snaps
  • Loading branch information
drew-y authored Aug 31, 2024
1 parent fbe07c3 commit c83d93e
Show file tree
Hide file tree
Showing 13 changed files with 4,025 additions and 262 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node.js CI
on: [pull_request]

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -13,5 +13,4 @@ jobs:
with:
node-version: "22.x"
- run: npm ci
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit c83d93e

Please sign in to comment.