Fix 'bye bye' being output in test progress
This commit is contained in:
parent
6677a677c4
commit
11f869b327
@ -57,7 +57,7 @@ const ESLINT_SETTINGS = {
|
||||
const MOCHA_OPTIONS = {
|
||||
ui: 'tdd',
|
||||
bail: true,
|
||||
reporter: 'list',
|
||||
reporter: 'dot',
|
||||
timeout: 10000,
|
||||
};
|
||||
|
||||
|
@ -94,9 +94,5 @@ if (connection) {
|
||||
|
||||
expect(promise).to.be.fulfilled;
|
||||
});
|
||||
|
||||
suiteTeardown(() => {
|
||||
qb.end();
|
||||
});
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user