Type Alias FileStorageTestSuiteSettings
FileStorageTestSuiteSettings: { beforeEach: typeof beforeEach; createFileStorage: () => Promisable< { fileStorage: IFileStorage; serde: ISerde }, >; describe: SuiteAPI; excludeEventTests?: boolean; excludeSerdeTests?: boolean; expect: ExpectStatic; test: TestAPI;} Type declaration
beforeEach: typeof beforeEach
describe: SuiteAPI
OptionalexcludeEventTests?: boolean
OptionalexcludeSerdeTests?: boolean
expect: ExpectStatic
test: TestAPI
IMPORT_PATH:
"@daiso-tech/core/file-storage/test-utilities"