FileSmith: { getFixturePath: any; setup: any; teardown: any }
Type declaration
-
getFixturePath:function
- getFixturePath(): string
-
Returns string
-
setup:function
- setup(): Promise<string>
-
Returns Promise<string>
-
teardown:function
- teardown(): Promise<void>
-
Returns Promise<void>