We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecf2d5 commit ffcedc5Copy full SHA for ffcedc5
1 file changed
test/web-server.test.ts
@@ -2,7 +2,7 @@ import { describe, it, expect, beforeEach, afterEach } from 'bun:test'
2
import { startWebServer, stopWebServer, getServerUrl } from '../src/web/server/server.ts'
3
import { PTYManager, manager } from '../src/plugin/pty/manager.ts'
4
5
-describe('Web Server', () => {
+describe.serial('Web Server', () => {
6
const fakeClient = {
7
app: {
8
log: async (_opts: any) => {
0 commit comments