Slight correction on test spec

This commit is contained in:
2018-04-25 21:35:02 -05:00
parent f730cf5345
commit 842e8f7343

View File

@ -28,6 +28,6 @@
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha test/**.spec.js"
"test": "mocha test/*.spec.js"
}
}