MCPcopy
hub / github.com/opral/inlang / saveProjectToDirectory.test.ts

File saveProjectToDirectory.test.ts

packages/sdk/src/project/saveProjectToDirectory.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { test, expect, vi } from "vitest";
2import { saveProjectToDirectory } from "./saveProjectToDirectory.js";
3import { Volume } from "memfs";
4import { loadProjectInMemory } from "./loadProjectInMemory.js";

Callers

nothing calls this directly

Calls 6

saveProjectToDirectoryFunction · 0.85
loadProjectInMemoryFunction · 0.85
newProjectFunction · 0.85
loadProjectFromDirectoryFunction · 0.85
selectBundleNestedFunction · 0.85
toJSONMethod · 0.80

Tested by

no test coverage detected