Skip to content

Conversation

@Bruception
Copy link

@Bruception Bruception commented Apr 24, 2024

#833

Checklist

  • I have ensured my pull request is not behind the main or master branch of the original repository.
  • I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first.
  • I have written a commit message that passes commitlint linting.
  • I have ensured that my code changes pass linting tests.
  • I have ensured that my code changes pass unit tests.
  • I have described my pull request and the reasons for code changes along with context if necessary.

if (!(this instanceof TestAgent)) return new TestAgent(app, options);

Agent.call(this, options);
const agent = new Agent(options);
Copy link
Author

@Bruception Bruception Apr 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this commit to change from functions to classes breaks this behavior.
forwardemail/superagent@fca95a3

The apply hook in the Proxy seems to discard the this reference and so it is not being binded.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks promising (and explanation makes sense) 👀

@Bruception Bruception changed the title Fix TestAgent not inheriting Agent properties fix:TestAgent not inheriting Agent properties Apr 24, 2024
@Bruception Bruception changed the title fix:TestAgent not inheriting Agent properties fix: TestAgent not inheriting Agent properties Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants