diff --git a/package.json b/package.json index 38e7c73e..252ee6f0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/blockwise.ts b/test/blockwise.ts index b14d035a..1abc55af 100644 --- a/test/blockwise.ts +++ b/test/blockwise.ts @@ -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 })