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() })