mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 05:53:09 +02:00
Fix test
This commit is contained in:
parent
4d24741d48
commit
82f1fc6cda
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ describe('API', () => {
|
|||
// Reset database each test
|
||||
beforeEach(resetDb(db));
|
||||
|
||||
before(() => {
|
||||
after(() => {
|
||||
server.close();
|
||||
});
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ describe('Streaming', () => {
|
|||
// Reset database each test
|
||||
beforeEach(resetDb(db));
|
||||
|
||||
before(() => {
|
||||
after(() => {
|
||||
server.close();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue