| 35 | |
| 36 | // Matrix combinations for fixture tests (matches CI matrix with exclusions) |
| 37 | interface 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 | |
| 45 | const fixtureMatrix: FixtureMatrixEntry[] = [ |
| 46 | // vite: all combinations |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…