From a6f8f636b0d1f26584dc376f551c2db1031b6233 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Fri, 22 Dec 2017 14:53:26 -0500 Subject: [PATCH] updated readme --- spec/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index ed22a3ac..a1464bfb 100644 --- a/spec/README.md +++ b/spec/README.md @@ -14,13 +14,24 @@ To run one set of tests: npm test spec/basic.tests.spec.js ``` +By default the zip tests only run on manifest files which have changed. + To force the zip tests to run for certain manifest files: ``` -TEST_MANIFEST_ZIPS=plugins/JW-Modules.json npm test +TEST_MANIFEST_ZIPS=plugins/JW-Modules.json npm test spec/zip.tests.spec.js ``` +## Schema Validation + +Our schema is [here](./manifest.json) + +We use [ajv](https://github.com/epoberezkin/ajv) to validate manifests against that schema. + + ## Virus Total +*Currently Disabled because they are slow and annoying* + **Rate Limit: 4 per minute** `VT_API_KEY` env var is required and already set in travisci settings