Update tests

This commit is contained in:
toasted-nutbread 2020-02-18 22:20:00 -05:00
parent 2829c88e7d
commit a31ac68574

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" "test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",