Skip to content

Commit 33f327b

Browse files
testing
1 parent 47086ef commit 33f327b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('general actions', async () => {
3030
it('returns homepage', async () => {
3131
expect.assertions(1)
3232
const response = await request.get('/')
33-
expect(response.status).toBe(200)
33+
return expect(response.status).toBe(200)
3434
});
3535
});
3636

0 commit comments

Comments
 (0)