Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
{ defineConfig } from
"vitest/config"
;
4
5
const
fromRoot = (path: string) =>
6
fileURLToPath(
new
URL(path,
import
.meta.url));
7
8
export
default defineConfig({
9
resolve: {
Callers
1
vitest.config.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected