Skip to content

Commit

Permalink
Rollback minimal reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 13, 2021
1 parent c51beec commit 97d7991
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 @@ -20,7 +20,7 @@
"./src/text-decoder.js": "./src/text-decoder-browser.js"
},
"scripts": {
"test": "cross-env-shell \"mocha --reporter ${REPORTER:-progress}\"",
"test": "mocha --reporter progress",
"lint": "eslint src test",
"lint-and-test": "npm run lint && npm test",
"build": "rollup --config",
Expand Down

0 comments on commit 97d7991

Please sign in to comment.