fix(core): update

This commit is contained in:
2019-06-04 15:23:47 +02:00
parent 0a423e10cc
commit 5dfc650f2c
4 changed files with 88 additions and 97 deletions

View File

@ -41,7 +41,7 @@ tap.test('setup test server', async () => {
});
}));
await testServer.start()
await testServer.start();
})
tap.test('first test', async (tools) => {