mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
remove duplicate 'test' from mocha args
f620fae added to mocha's command line arguments to include the node-test directory. However, it also added a duplicate argument for the test directory. This commit removes the duplicate test
This commit is contained in:
parent
f620fae4a7
commit
4e56faaa17
@ -132,7 +132,7 @@
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
"docs": "gulp docs",
|
||||
"test": "mocha test --recursive test node-test",
|
||||
"test": "mocha test node-test --recursive",
|
||||
"coverage": "istanbul cover _mocha -- test --recursive; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
|
||||
"prepublishOnly": "npm test && npm run build"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user