MCPcopy
hub / github.com/coder/mux / fs.test.ts

File fs.test.ts

src/node/utils/fs.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from "bun:test";
2import fs from "fs/promises";
3import { chmodSync, statSync } from "fs";
4import path from "path";

Callers

nothing calls this directly

Calls 3

ensurePrivateDirFunction · 0.90
ensurePrivateDirSyncFunction · 0.90
statMethod · 0.65

Tested by

no test coverage detected