Skip to content

Commit

Permalink
test: change ' to "
Browse files Browse the repository at this point in the history
  • Loading branch information
starnayuta committed Feb 3, 2024
1 parent e971912 commit fc36ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
".eslintrc.cjs"
],
"scripts": {
"test": "expected-exit-status 1 --stdout '/\\d+ problems/' --command 'node eslint-cjs-to-esm.js \"./test-fixtures/*\"'"
"test": "expected-exit-status 1 --stdout \"/\\d+ problems/\" --command \"node eslint-cjs-to-esm.js \"./test-fixtures/*\"\""
},
"devDependencies": {
"expected-exit-status": "^3.1.0"
Expand Down

0 comments on commit fc36ab6

Please sign in to comment.