Skip to content

Commit de71145

Browse files
test(miner): drop union-unsafe testCommand access in stack-detection (#10006)
Keep the lex-order assertion on toMatchObject only so root tsc stays green. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent aad631e commit de71145

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/miner-stack-detection.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ describe("detectRepoStack — Node (#4785)", () => {
194194
});
195195
expect(unitFirst).toMatchObject({ testCommand: "npm run test:e2e" });
196196
expect(e2eFirst).toMatchObject({ testCommand: "npm run test:e2e" });
197-
expect(unitFirst.testCommand).toBe(e2eFirst.testCommand);
198197
});
199198
});
200199

0 commit comments

Comments
 (0)