Skip to content

Commit 08763f7

Browse files
asdf
1 parent 30a3964 commit 08763f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
node-version: [16.x, 18.x, 20.x, 22.x, latest]
1516
steps:

test/unit/api.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ describe('wrapper API', () => {
134134
possibleCallbackPositions,
135135
makeStub
136136
} of generateTests()) {
137-
138137
initialize();
139138

140139
expect(instance, apiName).to.have.property(method).that.is.a('function');

0 commit comments

Comments
 (0)