Reorganize tests (#2332)

This commit is contained in:
Ashcon Partovi
2023-03-07 12:22:34 -08:00
committed by GitHub
parent 36275a44ce
commit f7e4eb8369
293 changed files with 436 additions and 2324 deletions

View File

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