Skip to content

Commit

Permalink
📦️ update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 4, 2021
1 parent dc5e652 commit 81766d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "gulp build",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min -w"
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min",
"test:dev": "mocha --require @babel/register ./src/test/**/*.test.js -R min -w"
},
"main": "dist/translit_dist.min.js",
"repository": {
Expand Down

0 comments on commit 81766d8

Please sign in to comment.