Skip to content

Commit

Permalink
Fix sequential
Browse files Browse the repository at this point in the history
mrruby committed Jul 17, 2024
1 parent f752da2 commit a8175f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ afterAll(async () => {
server.close();
});

describe('End-to-End Tests for Extension and Client', () => {
describe.sequential('End-to-End Tests for Extension and Client', () => {
it('should allow the client to interact with the extension after setup', async () => {
await needsSetupTest(browser);
});

0 comments on commit a8175f3

Please sign in to comment.