Installation
npm install --save @types/open-wc__testing-karma
Summary
This package contains type definitions for @open-wc/testing-karma (https://github.com/open-wc/open-wc/tree/master/packages/testing-karma).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-wc__testing-karma.
index.d.ts
import karma = require("karma");
/**
* Our configuration sets up karma to run tests based on es modules with the necessary polyfills
* and fallbacks for older browsers and convenient test reporting.
* To extend the karma config, we recommend using `deepmerge`.
* This will do smart merging of complex objects.
* You can extend any of the configuration.
*/
export function createDefaultConfig(config: karma.Config): karma.Config;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/karma
Credits
These definitions were written by Piotr Błażejewicz.