From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/bl/test/test.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node_modules/bl/test/test.js') diff --git a/node_modules/bl/test/test.js b/node_modules/bl/test/test.js index 989534c91..396974ec1 100644 --- a/node_modules/bl/test/test.js +++ b/node_modules/bl/test/test.js @@ -560,9 +560,11 @@ tape('shallow slice across buffer boundaries', function (t) { }) tape('shallow slice within single buffer', function (t) { + t.plan(2) var bl = new BufferList(['First', 'Second', 'Third']) t.equal(bl.shallowSlice(5, 10).toString(), 'Secon') + t.equal(bl.shallowSlice(7, 10).toString(), 'con') t.end() }) -- cgit v1.2.3