UNPKG

testresources

Version:

Adds fluent interface which, with help from superagent, makes testing HTTP resources simpler.

15 lines (10 loc) 397 B
// TODO: Test this var _u = require('underscore'); var testResources = module.require('./lib/namespace'); var entryPointCreator = testResources.entryPointCreator; var startTestServer = testResources.startTestServer; var entryPoint = function (superAgentRequest) { return entryPointCreator.create(superAgentRequest); } entryPoint.startServer = startTestServer; module.exports = entryPoint;