substance-test
A test-suite based on tape.
Running tape tests in the Substance TestSuite
Install substance-test
:
$ npm install --save-dev substance-test
Bundle your tests using rollup
:
var glob = ;var rollup = ;var hypothetical = // Create an index file for all testslet index = glob;rollup
Create an HTML file like the following:
My TestSuite
Then open this file in your browser.