There was an error while loading. Please reload this page.
1 parent aad631e commit de71145Copy full SHA for de71145
1 file changed
test/unit/miner-stack-detection.test.ts
@@ -194,7 +194,6 @@ describe("detectRepoStack — Node (#4785)", () => {
194
});
195
expect(unitFirst).toMatchObject({ testCommand: "npm run test:e2e" });
196
expect(e2eFirst).toMatchObject({ testCommand: "npm run test:e2e" });
197
- expect(unitFirst.testCommand).toBe(e2eFirst.testCommand);
198
199
200
0 commit comments