MCPcopy
hub / github.com/codeceptjs/CodeceptJS / Suite

Interface Suite

lib/mocha/types.d.ts:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 interface Suite extends MochaSuite {
33 title: string
34 tags: string[]
35 opts: Record<string, any>
36 totalTimeout?: number
37 addTest(test: Test): void
38 applyOptions(opts: Record<string, any>): void
39 codeceptjs: boolean
40 }
41 }
42}

Callers 3

_listenWorkerEventsMethod · 0.65
enhanceMochaTestFunction · 0.65
result.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected