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 5768bb3 commit be39a0aCopy full SHA for be39a0a
tests/test.js
@@ -26,13 +26,13 @@ import db from '../src/db/db'
26
// return server.close()
27
// });
28
29
-describe('general actions', () => {
30
- it('returns homepage', async () => {
+// describe('general actions', () => {
+ it('returns homepage', () => {
31
expect.assertions(1)
32
const response = await request.get('/')
33
- return expect(response.status).toBe(200)
+ expect(response.status).toBe(200)
34
});
35
-});
+// });
36
37
// describe('user account actions', () => {
38
// beforeAll(async () => {
0 commit comments