mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:23:09 +02:00
[Test] Clean up
This commit is contained in:
parent
7172ccd72c
commit
1b9ed129a9
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ describe('API', () => {
|
|||
db.get('auth_sessions').drop()
|
||||
]));
|
||||
|
||||
afterEach(cb => setTimeout(cb, 100));
|
||||
|
||||
it('greet server', done => {
|
||||
_chai.request(server)
|
||||
.get('/')
|
||||
|
|
Loading…
Reference in a new issue