Skip to content

Commit a4d522b

Browse files
Fixed a test that was failing on some platforms
1 parent 1b1fa36 commit a4d522b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/specs/cli.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ describe("bump", () => {
1414
// It will prompt the user and wait forever, so add a timeout.
1515
let cli = bump("");
1616

17-
expect(cli).to.have.exitCode(1);
18-
expect(cli).to.have.stdout("");
1917
expect(cli).to.have.stderr("Prompts can not be meaningfully rendered in non-TTY environments\n");
2018
});
2119

0 commit comments

Comments
 (0)