MCPcopy
hub / github.com/darkreader/darkreader / expectStyles

Function expectStyles

tests/browser/e2e/toggle.tests.ts:4–6  ·  view source on GitHub ↗
(styles: StyleExpectations)

Source from the content-addressed store, hash-verified

2import type {StyleExpectations} from '../globals';
3
4async function expectStyles(styles: StyleExpectations) {
5 await expectPageStyles(expect, styles);
6}
7
8async function loadBasicPage(header: string) {
9 await loadTestPage({

Callers 1

toggle.tests.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected