Type Alias FileStorageAdapterTestSuiteSettings
FileStorageAdapterTestSuiteSettings: { beforeEach: typeof beforeEach; createAdapter: () => Promisable<IFileStorageAdapter>; describe: SuiteAPI; enableGetMetaData?: boolean; expect: ExpectStatic; test: TestAPI;} Type declaration
beforeEach: typeof beforeEach
describe: SuiteAPI
OptionalenableGetMetaData?: boolean
expect: ExpectStatic
test: TestAPI
IMPORT_PATH:
"@daiso-tech/core/file-storage/test-utilities"