Use a glob pattern instead of hard-coding filenames

This commit is contained in:
Paul Melnikow 2017-03-29 13:10:25 -04:00 committed by Thaddee Tyl
parent 6985a778a0
commit 076bd384d5
3 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
},
"scripts": {
"lint": "eslint '**/*.js'",
"test:js": "mocha test/test.js test/lru-cache.js",
"test:js": "mocha 'test/**/*.spec.js'",
"test": "npm run lint && npm run test:js"
},
"bin": {