ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.58k stars 1.33k forks source link

fix: fixed the broken testcases #1676

Closed yunnysunny closed 2 years ago

yunnysunny commented 2 years ago

We notice that there are some errors when run the testcases. There are three broken testcases in factly, each of them are smaill error.

I also find the travis-ci is not free now. The auto test is not triggered when new pull request is merged to master or new commit is push to master. I will make a pull request to switch travis-ci to github action.

yunnysunny commented 2 years ago

I also add .vscode to the .gitignore in this pull request, since the .vscode diretory will be auto created when someone do breakpoint debug on vscode.