mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Destruction of 'mutate' and 'query' in 'groups.spec.js' in one line now
Co-Authored-By: Mogge <moriz.wahl@gmx.de>
This commit is contained in:
parent
9dd819f8d2
commit
356fac9d94
@ -31,8 +31,7 @@ const { server } = createServer({
|
||||
}
|
||||
},
|
||||
})
|
||||
const { query } = createTestClient(server)
|
||||
const { mutate } = createTestClient(server)
|
||||
const { mutate, query } = createTestClient(server)
|
||||
|
||||
const seedBasicsAndClearAuthentication = async () => {
|
||||
variables = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user