@web/test-runner-commands
Version:
Web test runner commands
9 lines • 369 B
TypeScript
import { TestRunnerPlugin } from '@web/test-runner-core';
export interface Media {
media?: 'screen' | 'print';
colorScheme?: 'dark' | 'light' | 'no-preference';
reducedMotion?: 'reduce' | 'no-preference';
forcedColors?: 'active' | 'none';
}
export declare function emulateMediaPlugin(): TestRunnerPlugin;
//# sourceMappingURL=emulateMediaPlugin.d.ts.map