From 9402fb5a51f36a9cfdeecfcf47c3563aacf53571 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 10 Feb 2019 10:51:44 +0100 Subject: [PATCH] fix subtests by adding t.plan() --- package.json | 2 +- test.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eeeffdc..f5dd9ae 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "level-community": "^3.0.0", "nyc": "^13.2.0", "standard": "^12.0.0", - "tape": "^4.7.0" + "tape": "^4.10.0" }, "hallmark": { "community": "level-community" diff --git a/test.js b/test.js index b2d200f..ca92eda 100644 --- a/test.js +++ b/test.js @@ -183,6 +183,8 @@ test('keys and values should not be serialized', function (t) { function noop () {} + t.plan(5) + t.test('put', function (t) { var calls = [] var ld = Db('put', function (key, value, cb) {