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

Commit 4d342c1

Browse files
committed
use serial execution for mutating integration tests
1 parent 7246b50 commit 4d342c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/integration.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ test.serial('Merge node mutation (not-isolated)', async t => {
334334
});
335335
});
336336

337-
test('Update node mutation', async t => {
337+
test.serial('Update node mutation', async t => {
338338
t.plan(1);
339339

340340
let expected = {
@@ -544,7 +544,7 @@ test.serial('Remove relationship mutation (not-isolated)', async t => {
544544
});
545545
});
546546

547-
test('Delete node mutation', async t => {
547+
test.serial('Delete node mutation', async t => {
548548
t.plan(1);
549549

550550
await client

0 commit comments

Comments
 (0)