mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
test: make shared-token reload deterministic
This commit is contained in:
@@ -29,6 +29,9 @@ function walkCodeFiles(dir: string, files: string[] = []): string[] {
|
||||
if (!CODE_EXTENSIONS.has(path.extname(entry.name))) {
|
||||
continue;
|
||||
}
|
||||
if (entry.name.startsWith("__rootdir_boundary_canary__.")) {
|
||||
continue;
|
||||
}
|
||||
const relativePath = path.relative(repoRoot, fullPath).replaceAll(path.sep, "/");
|
||||
if (
|
||||
relativePath.includes("/test/") ||
|
||||
|
||||
Reference in New Issue
Block a user