mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
test/package-json-lint.test.ts: add back test/package.json to suite (#13011)
This commit is contained in:
@@ -4,6 +4,7 @@ import { readdirSync, existsSync } from "fs";
|
||||
const base = join(import.meta.dir, "../");
|
||||
|
||||
const packageJSONDirs = [
|
||||
join(base, "test"),
|
||||
...readdirSync(join(import.meta.dir, "js", "third_party"))
|
||||
.map(a => join(import.meta.dir, "js", "third_party", a))
|
||||
.filter(a => existsSync(join(a, "./package.json"))),
|
||||
|
||||
Reference in New Issue
Block a user