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 = {
|
const MOCHA_OPTIONS = {
|
||||||
ui: 'tdd',
|
ui: 'tdd',
|
||||||
bail: true,
|
bail: true,
|
||||||
reporter: 'list',
|
reporter: 'dot',
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -93,10 +93,6 @@ if (connection) {
|
|||||||
.get();
|
.get();
|
||||||
|
|
||||||
expect(promise).to.be.fulfilled;
|
expect(promise).to.be.fulfilled;
|
||||||
});
|
});
|
||||||
|
|
||||||
suiteTeardown(() => {
|
|
||||||
qb.end();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user