How to use the tape.call function in tape

To help you get started, we’ve selected a few tape examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github AmpersandJS / ampersand-model / test / backbone.js View on Github external
test = function (testName, cb) {
        if (opts.setup) opts.setup();
        tape.call(tape, moduleName + ' - ' + testName, cb);
    };