You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(miner): rename gittensory-miner/ams prose to loopover-miner/ams (#5874)
Rebrand cutover cleanup: update describe()/it() titles, mkdtempSync
tmpdir prefixes, and comments across 26 test/unit files to use the
current loopover-miner/loopover-ams naming. Also fixes a stale
"gittensory-miner benchmark" banner string in benchmark.mjs and a
check-miner-package.test.ts fixture filename that no longer matched
the real package-name prefix it was meant to test.
expect(result.out).toContain("Unexpected file in miner package: bin/gittensory-miner-backdoor.js");
49
+
expect(result.out).toContain("Unexpected file in miner package: bin/loopover-miner-backdoor.js");
50
50
});
51
51
52
52
it("REGRESSION (#3704 caused main to go red, fixed by flattening lib/ instead of widening this allowlist): rejects a lib module nested one level under a subdirectory",()=>{
0 commit comments