Files
bun.sh/test/config/bunfig/fixtures/preload/plugin/index.ts
2025-03-03 15:45:18 -08:00

5 lines
113 B
TypeScript

import assert from "node:assert";
import foo from "./foo.yaml";
assert(foo);
assert.equal(typeof foo, "object");