We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3adf8 commit 0ecf2d5Copy full SHA for 0ecf2d5
1 file changed
test/web-server.test.ts
@@ -49,7 +49,7 @@ describe('Web Server', () => {
49
})
50
51
52
- describe('HTTP Endpoints', () => {
+ describe.serial('HTTP Endpoints', () => {
53
let serverUrl: string
54
55
beforeEach(async () => {
0 commit comments