MCPcopy Index your code
hub / github.com/formatjs/formatjs / fixturePath

Function fixturePath

packages/unplugin/integration-tests/integration.test.ts:18–20  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

16import type {Options} from '@formatjs/unplugin'
17
18function fixturePath(name: string): string {
19 return join(import.meta.dirname, 'fixtures', name)
20}
21
22// ─── Vite ─────────────────────────────────────────────────────────────────────
23

Callers 5

buildWithViteFunction · 0.85
buildWithRollupFunction · 0.85
buildWithEsbuildFunction · 0.85
buildWithWebpackFunction · 0.85
buildWithRspackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected