Skip to content

Commit

Permalink
Add some tests for bad network conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
boronine committed Oct 17, 2024
1 parent 5c00d3f commit 7e53ac6
Show file tree
Hide file tree
Showing 7 changed files with 2,252 additions and 394 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -28,5 +28,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run build
- run: npm run coverage
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/node_modules
/dist
/build
/coverage
# npm pack output
/*.tgz
/*.crt
Expand Down
Loading

0 comments on commit 7e53ac6

Please sign in to comment.