Skip to content

Commit

Permalink
Removed quotes around -r argument in test script (as it's breaking on…
Browse files Browse the repository at this point in the history
… windows).
  • Loading branch information
michielvandergeest committed Feb 27, 2024
1 parent bffe38f commit c617f5f
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 @@ -11,7 +11,7 @@
},
"scripts": {
"test": "c8 npm run test:run",
"test:run": "node -r 'global-jsdom/register' ./node_modules/.bin/tape '{,!(node_modules)/**/}*.test.js' | tap-diff",
"test:run": "node -r global-jsdom/register ./node_modules/.bin/tape '{,!(node_modules)/**/}*.test.js' | tap-diff",
"lint": "eslint '**/*.js'",
"lint:fix": "eslint '**/*.js' --fix",
"prepublishOnly": "node scripts/prepublishOnly.js",
Expand Down

0 comments on commit c617f5f

Please sign in to comment.