diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-22 17:50:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 17:50:56 -0400 |
commit | a96e1c20a7239254690822dac249c03a789ebd47 (patch) | |
tree | bed37bc1194c9cb580f608c520496f9a13fb908e /package.json | |
parent | f0c974d319d9fb4c50c9a4a8f665a642edb77d58 (diff) |
Dynamic property (#749)
* Add DynamicProperty class
* Add tests for DynamicProperty
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8bbf883a..d276d701 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "node ./dev/build.js", "test": "npm run test-lint && npm run test-code && npm run test-manifest", "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-util.js && node ./test/test-object-property-accessor.js && node ./test/test-japanese.js && node ./test/test-text-source-map.js && node ./test/test-dom-text-scanner.js && node ./test/test-cache-map.js && node ./test/test-profile-conditions.js", + "test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js && node ./test/test-document-util.js && node ./test/test-object-property-accessor.js && node ./test/test-japanese.js && node ./test/test-text-source-map.js && node ./test/test-dom-text-scanner.js && node ./test/test-cache-map.js && node ./test/test-profile-conditions.js && node ./test/test-core.js", "test-manifest": "node ./test/test-manifest.js" }, "repository": { |