Skip to content

Commit

Permalink
Fix problem with bl types, reactivate tests (#357)
Browse files Browse the repository at this point in the history
* chore(deps): don't use next minor version of @types/bl

* test: reactivate all tests
  • Loading branch information
JKRhb authored Nov 24, 2022
1 parent b66eac0 commit f812c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "~4.8.4"
},
"dependencies": {
"@types/bl": "^5.0.2",
"@types/bl": "~5.0.2",
"@types/lru-cache": "^5.1.1",
"bl": "^5.0.0",
"capitalize": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion test/blockwise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ describe('blockwise2', function () {
parallelBlock2Test(done, checkNothing, checkBlock2Payload, checkNormalRespPayload)
})

it.only('should support the Size2 option', function (done) {
it('should support the Size2 option', function (done) {
request({
port
})
Expand Down

0 comments on commit f812c56

Please sign in to comment.