aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-14 17:48:40 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-15 22:25:08 -0400
commit487d4b239b88fd57fefb0ec3a9d1bd0d25984660 (patch)
tree2e949126a06a5fc91eb745a2132e95f2d3da04e6 /package.json
parenta50b76fd219b873df7bb7e3b6a1b03850c59f239 (diff)
Add unit 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 23f0eb25..1b2104f4 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 && node ./test/test-object-property-accessor.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 && node ./test/test-japanese.js"
},
"repository": {
"type": "git",