Type Alias FileStorageAdapterTestSuiteSettings

FileStorageAdapterTestSuiteSettings: {
    beforeEach: typeof beforeEach;
    createAdapter: () => Promisable<IFileStorageAdapter>;
    describe: SuiteAPI;
    enableGetMetaData?: boolean;
    expect: ExpectStatic;
    test: TestAPI;
}

IMPORT_PATH: "@daiso-tech/core/file-storage/test-utilities"

Type declaration

  • beforeEach: typeof beforeEach
  • createAdapter: () => Promisable<IFileStorageAdapter>
  • describe: SuiteAPI
  • OptionalenableGetMetaData?: boolean
    true
    
  • expect: ExpectStatic
  • test: TestAPI