| 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 | } |
no outgoing calls
no test coverage detected