Browse Source

updated readme

pull/79/merge
Jeremy Wentworth 7 years ago
parent
commit
50f9f3682b
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      spec/README.md

+ 3
- 2
spec/README.md View File

@@ -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


Loading…
Cancel
Save