We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a5d57 commit 17cf193Copy full SHA for 17cf193
lib/agent.js
@@ -4,11 +4,6 @@
4
* Module dependencies.
5
*/
6
7
-/**
8
- * Expose `Agent`.
9
- */
10
-
11
-module.exports = TestAgent;
12
const { agent: Agent } = require('superagent');
13
const methods = require('methods');
14
const http = require('http');
@@ -68,3 +63,9 @@ methods.forEach(function(method) {
68
63
});
69
64
70
65
TestAgent.prototype.del = TestAgent.prototype.delete;
66
+
67
+/**
+ * Expose `Agent`.
+ */
71
+module.exports = TestAgent;
0 commit comments