MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / data-dir.test.ts

File data-dir.test.ts

packages/plugins/file-secrets/src/data-dir.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from "@effect/vitest";
2import { existsSync, mkdirSync, mkdtempSync, readFileSync, rmSync } from "node:fs";
3import { tmpdir } from "node:os";
4import { join } from "node:path";

Callers

nothing calls this directly

Calls 4

definePluginFunction · 0.90
makeTestWorkspaceHarnessFunction · 0.85
pluginsFunction · 0.85
listMethod · 0.65

Tested by

no test coverage detected