Skip to content

Commit

Permalink
Revert checkInvalidCLIOptions.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 5, 2023
1 parent 694c8fe commit 466bc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/__tests__/checkInvalidCLIOptions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('checkInvalidCLIOptions', () => {
fi: true,
fixx: true,
aix: true,
configg: true,
conig: true,
mxWar: true,
ma: true,
q: true,
Expand All @@ -30,7 +30,7 @@ describe('checkInvalidCLIOptions', () => {
Invalid option ${r('"--fi"')}. Did you mean ${c('"--fix"')}?
Invalid option ${r('"--fixx"')}. Did you mean ${c('"--fix"')}?
Invalid option ${r('"--aix"')}. Did you mean ${c('"--fix"')}?
Invalid option ${r('"--configg"')}. Did you mean ${c('"--config"')}?
Invalid option ${r('"--conig"')}. Did you mean ${c('"--config"')}?
Invalid option ${r('"--mx-war"')}. Did you mean ${c('"--max-war"')}?
Invalid option ${r('"--ma"')}. Did you mean ${c('"--mw"')}?
Invalid option ${r('"-o"')}.
Expand Down

0 comments on commit 466bc91

Please sign in to comment.