MCPcopy
hub / github.com/vitest-dev/vitest / browser-setup.ts

File browser-setup.ts

test/browser/fixtures/setup-file/browser-setup.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach } from 'vitest';
2import * as source from './source';
3
4beforeEach<{ source: any }>((t) => {

Callers

nothing calls this directly

Calls 1

beforeEachFunction · 0.85

Tested by

no test coverage detected