Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 27, 2022
1 parent c7e701e commit aea23b0
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 423 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -89,6 +89,6 @@
"typescript": "^4.7.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^3.11.3"
}
}
2 changes: 1 addition & 1 deletion test/build/defaults/output-defaults.test.js
Expand Up @@ -38,7 +38,7 @@ describe("output flag defaults", () => {
]);

expect(exitCode).toBe(2);
expect(stderr).toContain("Error: Option '--output-path <value>' argument missing");
expect(stderr).toContain("Error: Option '-o, --output-path <value>' argument missing");
expect(stdout).toBeFalsy();
});
});

0 comments on commit aea23b0

Please sign in to comment.