diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-17 14:20:22 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-17 14:20:22 -0500 |
commit | 174d9e7429a0f7a45538e56a594ce627239d80c3 (patch) | |
tree | 449c6132dc792ef7c7fbbe51775dae9616a7cbdb /package.json | |
parent | 0f46e3a093e7f0c07ad310d8c17e2582bdfd2741 (diff) |
Add some basic unit tests for JSON schemas
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 8e71de59..b486c25d 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "test": "test" }, "scripts": { - "test": "npm run test-lint", - "test-lint": "eslint ." + "test": "npm run test-lint && npm run test-code", + "test-lint": "eslint .", + "test-code": "node ./test/test-schema.js" }, "repository": { "type": "git", |