Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 1113643

Browse files
authored
Use test.serial for test doing mutation
1 parent ea2f5c5 commit 1113643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ test('Handle @cypher directive on QueryType', async t => {
182182
});
183183
});
184184

185-
test('Mutation with @cypher directive (not-isolated)', async t => {
185+
test.serial('Mutation with @cypher directive (not-isolated)', async t => {
186186
t.plan(1);
187187

188188
let expected = {

0 commit comments

Comments
 (0)