Add to test-lint

This commit is contained in:
toasted-nutbread 2020-03-10 22:38:06 -04:00
parent 64fc0349a1
commit adbdca6a8b

View File

@ -7,7 +7,7 @@
},
"scripts": {
"test": "npm run test-lint && npm run test-code",
"test-lint": "eslint .",
"test-lint": "eslint . && node ./test/lint/global-declarations.js",
"test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js && node ./test/test-document.js"
},
"repository": {