MCPcopy Create free account
hub / github.com/chart-kit/react-native-chart-kit-example / fromRoot

Function fromRoot

vitest.config.ts:5–6  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

3import { defineConfig } from "vitest/config";
4
5const fromRoot = (path: string) =>
6 fileURLToPath(new URL(path, import.meta.url));
7
8export default defineConfig({
9 resolve: {

Callers 1

vitest.config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected