We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066122f commit 519ace6Copy full SHA for 519ace6
test/specs/action/failure.spec.js
@@ -38,7 +38,7 @@ describe("GitHub Action - failure tests", () => {
38
});
39
40
expect(cli).to.have.stderr("");
41
- expect(cli).stdout.to.include("::error::TypeError [ERR_INVALID_URL]: Invalid URL: example.com");
+ expect(cli).stdout.to.include("::error::TypeError [ERR_INVALID_URL] [ERR_INVALID_URL]: Invalid URL: example.com");
42
expect(cli).to.have.exitCode(1);
43
44
files.assert.doesNotExist("home/.npmrc");
0 commit comments