Skip to content

Commit

Permalink
Remove unused mocha.opts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Mar 8, 2021
1 parent 0189bb2 commit 8e51a2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
},
"license": "BSD-3-Clause",
"main": "lib/index.js",
"bin": {
"vc-js": "bin/vc-js"
},
"files": [
"bin/vc-js",
"dist/*.js",
Expand Down Expand Up @@ -103,7 +100,7 @@
"prepublish": "npm run build",
"build": "webpack",
"test": "npm run lint && npm run test-node && npm run test-karma",
"test-node": "mocha ./test/*.spec.js --opts ./test/mocha.opts --require @babel/polyfill --require @babel/register",
"test-node": "mocha ./test/*.spec.js --require @babel/polyfill --require @babel/register",
"test-karma": "karma start karma.conf.js",
"lint": "eslint '*.js' 'lib/**.js' 'test/**.js'",
"coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm run test-node",
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

0 comments on commit 8e51a2c

Please sign in to comment.