Skip to content

Commit 1dc25a1

Browse files
committedJan 4, 2022
don't mixup superagent.Response \w fetch.Response
1 parent d2d9616 commit 1dc25a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎lib/test.js

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const { Server } = require('https');
1010
const { deepStrictEqual } = require('assert');
1111
const { Request } = require('superagent');
1212

13+
/** @typedef {import('superagent').Response} Response */
14+
1315
class Test extends Request {
1416
/**
1517
* Initialize a new `Test` with the given `app`,

0 commit comments

Comments
 (0)
Please sign in to comment.