We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5dfdd commit b5cfcf6Copy full SHA for b5cfcf6
test/utils.js
@@ -88,7 +88,7 @@ function createServer (options) {
88
return ldnode.createServer(options)
89
}
90
91
-exports.setupSuperServer = setupSuperServer
+exports.setupSupertestServer = setupSuperServer
92
function setupSuperServer (options) {
93
const ldpServer = createServer(options)
94
return supertest(ldpServer)
0 commit comments