Skip to content

Commit

Permalink
don't mixup superagent.Response \w fetch.Response
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Jan 4, 2022
1 parent d2d9616 commit 1dc25a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const { Server } = require('https');
const { deepStrictEqual } = require('assert');
const { Request } = require('superagent');

/** @typedef {import('superagent').Response} Response */

class Test extends Request {
/**
* Initialize a new `Test` with the given `app`,
Expand Down

0 comments on commit 1dc25a1

Please sign in to comment.