You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt ccfdf970aa Update JSON schema "productId" 7 years ago
..
support add jasmine test 7 years ago
README.md fixed readme 7 years ago
manifest.json Update JSON schema "productId" 7 years ago
manifest.tests.spec.js fix extra error when no slug dir found 7 years ago

README.md

Tests

Jasmine

Jasmine Intro

Tests only run on changed manifests files.

To run all tests:

npm test

To force the tests to run for certain manifest files:

TEST_MANIFEST=plugins/JW-Modules.json npm test

Schema Validation

Our schema is here

We use 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

Public API