MCPcopy
hub / github.com/nuxt/nuxt / FixtureMatrixEntry

Interface FixtureMatrixEntry

vitest.config.ts:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36// Matrix combinations for fixture tests (matches CI matrix with exclusions)
37interface FixtureMatrixEntry {
38 env: 'dev' | 'built'
39 builder: 'vite' | 'vite-env-api' | 'rspack' | 'webpack'
40 context: 'async' | 'default'
41 manifest: 'manifest-on' | 'manifest-off'
42 payload: 'json' | 'js'
43}
44
45const fixtureMatrix: FixtureMatrixEntry[] = [
46 // vite: all combinations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…