Skip to content

Commit b4772fc

Browse files
committed
Added sequential
1 parent 6be9f54 commit b4772fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/orchestrator/connect/connect-command.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ vi.mock(import('open'), async () => {
3535
})
3636

3737
// The apply orchestrator directly calls plan so this will test both
38-
describe('Connect orchestrator tests', () => {
38+
describe.sequential('Connect orchestrator tests', () => {
3939
beforeEach(() => {
4040
vol.reset();
4141
})

0 commit comments

Comments
 (0)