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:
Robert Schäfer 2019-01-08 14:55:33 +01:00
parent a1b8d53e6e
commit ae39c18980

View File

@ -19,7 +19,7 @@ afterEach(async () => {
await app.close()
})
describe.only('login', () => {
describe('login', () => {
const mutation = (params) => {
const { email, password } = params
return `