Skip to content

Commit 0ecf2d5

Browse files
committed
fix: run HTTP Endpoints tests serially to prevent interference
1 parent bc3adf8 commit 0ecf2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/web-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('Web Server', () => {
4949
})
5050
})
5151

52-
describe('HTTP Endpoints', () => {
52+
describe.serial('HTTP Endpoints', () => {
5353
let serverUrl: string
5454

5555
beforeEach(async () => {

0 commit comments

Comments
 (0)