Skip to content

Commit

Permalink
simplify test command setup
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 13, 2025
1 parent 3605fcc commit 9faf4e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
- name: Run type checks
run: npm run types
- name: Run tests
run: npm run test
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install

## Running tests

Unit tests can be run using `npm test` (or `npm t`).
Tests can be run using `npm test` (or `npm t`).

## Releases

Expand Down

0 comments on commit 9faf4e3

Please sign in to comment.