mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Modifying isURLSearchParams function to use instanceof instead of duck typing
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
var URLSearchParams = require('url-search-params');
|
||||
|
||||
describe('requests', function () {
|
||||
beforeEach(function () {
|
||||
jasmine.Ajax.install();
|
||||
|
||||
Reference in New Issue
Block a user