test: end tests properly
This commit is contained in:
parent
927e930bb9
commit
26e2afc152
@ -92,4 +92,6 @@ test('normalize and load plugin', (t) => {
|
||||
|
||||
tt.end()
|
||||
})
|
||||
|
||||
t.end()
|
||||
})
|
||||
|
@ -65,4 +65,6 @@ test('full post run', (t) => {
|
||||
tt.end()
|
||||
})
|
||||
})
|
||||
|
||||
t.end()
|
||||
})
|
||||
|
@ -65,4 +65,6 @@ test('verify pkg, options and env', (t) => {
|
||||
|
||||
tt.end()
|
||||
})
|
||||
|
||||
t.end()
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user