How to use the supertest.apply function in supertest

To help you get started, we’ve selected a few supertest 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 WhoopInc / supertest-as-promised / index.js View on Github external
out = function () {
    var request = supertest.apply(null, arguments);
    return wrap(request, {});
  }

supertest

SuperAgent driven library for testing HTTP servers

MIT
Latest version published 2 days ago

Package Health Score

88 / 100
Full package analysis