Type Alias CacheTestSuiteSettings

CacheTestSuiteSettings: {
    beforeEach: typeof beforeEach;
    createCache: () => Promisable<ICache>;
    describe: SuiteAPI;
    excludeEventTests?: boolean;
    expect: ExpectStatic;
    test: TestAPI;
}

IMPORT_PATH: "@daiso-tech/core/cache/test-utilities"

Type declaration

  • beforeEach: typeof beforeEach
  • createCache: () => Promisable<ICache>
  • describe: SuiteAPI
  • OptionalexcludeEventTests?: boolean
    false
    
  • expect: ExpectStatic
  • test: TestAPI