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 47086ef commit 33f327bCopy full SHA for 33f327b
tests/test.js
@@ -30,7 +30,7 @@ describe('general actions', async () => {
30
it('returns homepage', async () => {
31
expect.assertions(1)
32
const response = await request.get('/')
33
- expect(response.status).toBe(200)
+ return expect(response.status).toBe(200)
34
});
35
36
0 commit comments