Skip to content
Snippets Groups Projects
Commit bdcc0f48 authored by syuilo's avatar syuilo
Browse files

parent a431c5fe
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ describe('API', () => {
db.get('posts').drop()
]));
afterEach(cb => setTimeout(cb, 10));
it('greet server', done => {
chai.request(server)
.get('/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment