Type Alias CacheTestSuiteSettings
CacheTestSuiteSettings: { beforeEach: typeof beforeEach; createCache: () => Promisable<ICache>; describe: SuiteAPI; excludeEventTests?: boolean; expect: ExpectStatic; test: TestAPI;} Type declaration
beforeEach: typeof beforeEach
describe: SuiteAPI
OptionalexcludeEventTests?: boolean
expect: ExpectStatic
test: TestAPI
IMPORT_PATH:
"@daiso-tech/core/cache/test-utilities"