import { expect, test } from "bun:test"; test("module.globalPaths exists", () => { expect(Array.isArray(require("module").globalPaths)).toBe(true); });