Skip to content

Commit

Permalink
tests: fix typescript validation test (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 25, 2023
1 parent e91bb32 commit 36dbaf8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- run: exit 1
if: ${{ needs.test_matrix.result != 'success' }}
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run test:typescript
if: ${{ always() }}
25 changes: 19 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@sinonjs/fake-timers": "^8.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
"@types/node": "^18.11.18",
"@types/sinonjs__fake-timers": "^8.0.0",
"fetch-mock": "^9.0.0",
"jest": "^29.0.0",
Expand Down

0 comments on commit 36dbaf8

Please sign in to comment.