Interface IRawProperty<Ts, IsAsync>
Type Parameters
- Ts
- IsAsync extends boolean = boolean
Properties
runAfterEach
runAfterEach: () => | (
IsAsync extends true ? Promise<void> : never)
| (
IsAsync extends false ? void : never)
runBeforeEach
runBeforeEach: () => | (
IsAsync extends true ? Promise<void> : never)
| (
IsAsync extends false ? void : never)
Methods
Property
A property is the combination of:
Remarks
Since 1.19.0