From 26e2afc152f39a772fa3c487b749b99e15e21c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Sat, 26 Sep 2015 20:22:11 +0200 Subject: [PATCH] test: end tests properly --- test/specs/plugins.js | 2 ++ test/specs/post.js | 2 ++ test/specs/verify.js | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/specs/plugins.js b/test/specs/plugins.js index 137c80ca..dba5fa52 100644 --- a/test/specs/plugins.js +++ b/test/specs/plugins.js @@ -92,4 +92,6 @@ test('normalize and load plugin', (t) => { tt.end() }) + + t.end() }) diff --git a/test/specs/post.js b/test/specs/post.js index f34aad0d..174cd296 100644 --- a/test/specs/post.js +++ b/test/specs/post.js @@ -65,4 +65,6 @@ test('full post run', (t) => { tt.end() }) }) + + t.end() }) diff --git a/test/specs/verify.js b/test/specs/verify.js index 03d4d291..7f4862c4 100644 --- a/test/specs/verify.js +++ b/test/specs/verify.js @@ -65,4 +65,6 @@ test('verify pkg, options and env', (t) => { tt.end() }) + + t.end() })