We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be9f54 commit b4772fcCopy full SHA for b4772fc
test/orchestrator/connect/connect-command.test.ts
@@ -35,7 +35,7 @@ vi.mock(import('open'), async () => {
35
})
36
37
// The apply orchestrator directly calls plan so this will test both
38
-describe('Connect orchestrator tests', () => {
+describe.sequential('Connect orchestrator tests', () => {
39
beforeEach(() => {
40
vol.reset();
41
0 commit comments