summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-08 21:24:05 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-14 13:51:06 -0400
commit701f73440c661b19cecefeb02ce03dfa9db76fb3 (patch)
treeb75b41a84db508093c3e088753c4a608f89d961c /package.json
parent6865fc0b526896a79cb68ee912af8a742a13bedd (diff)
Add 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 eb449ea9..23f0eb25 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"scripts": {
"test": "npm run test-lint && npm run test-code",
"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"
+ "test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js && node ./test/test-document.js && node ./test/test-object-property-accessor.js"
},
"repository": {
"type": "git",