From 50f9f3682b038be841b9419087ae36c23a36e11a Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Fri, 22 Dec 2017 14:55:53 -0500 Subject: [PATCH] updated readme --- spec/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/README.md b/spec/README.md index 4da194b6..47ce35d0 100644 --- a/spec/README.md +++ b/spec/README.md @@ -4,6 +4,9 @@ [Jasmine Intro](https://jasmine.github.io/2.8/introduction.html) +* the **basic** tests run on every manifest on any change. +* the **zip** tests only run on manifest files which are different than master. + To run all tests: ``` npm test @@ -14,8 +17,6 @@ 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 spec/zip.tests.spec.js