Skip to content

Commit 6be9f54

Browse files
committed
Added sequential
1 parent 7b294b6 commit 6be9f54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/orchestrator/connect/socket-server.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ vi.mock(import('open'), async () => {
5757
})
5858

5959
// The apply orchestrator directly calls plan so this will test both
60-
describe('Connect server tests', () => {
60+
describe.sequential('Connect server tests', () => {
6161
beforeEach(() => {
6262
vol.reset();
6363
})
@@ -310,9 +310,8 @@ describe('Connect server tests', () => {
310310
});
311311

312312

313-
server.close();
314-
315313
console.log(await commandResponse.text());
314+
server.close();
316315
expect(commandResponse.ok).to.be.true;
317316
done();
318317
} catch (e) {

0 commit comments

Comments
 (0)