aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-18 22:20:00 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-18 22:20:00 -0500
commita31ac6857430ed7bea1e1500ef5643caca9b4347 (patch)
tree6abbe2c2bd8c82ec4a62d7864c96a8e9a63e87e5 /package.json
parent2829c88e7de0e966587934c49dd1ff1583445792 (diff)
Update tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4190741a..2bbc6a79 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"scripts": {
"test": "npm run test-lint && npm run test-code",
"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": {
"type": "git",