We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4071f commit 2072fccCopy full SHA for 2072fcc
tests/test.js
@@ -27,7 +27,7 @@ import db from '../src/db/db'
27
// });
28
29
// describe('general actions', () => {
30
- it('returns homepage', () => {
+ it('returns homepage', async () => {
31
// expect.assertions(1)
32
// const response = await request.get('/')
33
// expect(response.status).toBe(200)
0 commit comments