Add command to test-code

This commit is contained in:
toasted-nutbread 2020-02-22 15:54:21 -05:00
parent 934c3239f2
commit c1d6e5dbf1

View File

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