test(fixtures): address review nits (drop dead param, exclude .mjs from budget scan)

This commit is contained in:
SnapOtter
2026-06-19 20:44:35 +08:00
parent 427c543b72
commit 1aa3f8e48f
3 changed files with 6 additions and 7 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ function walk(dir: string): string[] {
e.name === "index.ts" ||
e.name === ".gitkeep" ||
e.name.endsWith(".md") ||
e.name.endsWith(".json")
e.name.endsWith(".json") ||
e.name.endsWith(".mjs")
)
return [];
return [full];