mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
Run all backend tests
I accidently left `describe.only` in the test suite. That usually runs only one block of tests instead of all tests. My fault, sorry
This commit is contained in:
parent
a1b8d53e6e
commit
ae39c18980
@ -19,7 +19,7 @@ afterEach(async () => {
|
||||
await app.close()
|
||||
})
|
||||
|
||||
describe.only('login', () => {
|
||||
describe('login', () => {
|
||||
const mutation = (params) => {
|
||||
const { email, password } = params
|
||||
return `
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user