mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
test(fixtures): address review nits (drop dead param, exclude .mjs from budget scan)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user