aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-15 22:23:32 -0400
committerGitHub <noreply@github.com>2020-03-15 22:23:32 -0400
commit7c5b64f9a43e9d2ca0c6d38cb5089be04c4c00df (patch)
treeed0274170739a3a45a07f0ad524ec4a92b38db0e /package.json
parent6182b53142cb99d7f52cf99a3c25bb4e688ba447 (diff)
parent4b699a6b46869d5766f331d863aea38374ece50a (diff)
Merge pull request #406 from toasted-nutbread/object-property-accessor
Object property accessor
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",