test: end tests properly

This commit is contained in:
Stephan Bönnemann 2015-09-26 20:22:11 +02:00
parent 927e930bb9
commit 26e2afc152
3 changed files with 6 additions and 0 deletions

View File

@ -92,4 +92,6 @@ test('normalize and load plugin', (t) => {
tt.end()
})
t.end()
})

View File

@ -65,4 +65,6 @@ test('full post run', (t) => {
tt.end()
})
})
t.end()
})

View File

@ -65,4 +65,6 @@ test('verify pkg, options and env', (t) => {
tt.end()
})
t.end()
})