2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

refactor: remove deprecated url-search-params polyfill for URLSearchParams (#5670)

This commit is contained in:
PIYUSH NEGI
2023-04-28 03:28:07 +05:30
committed by GitHub
parent 726f1c8e00
commit e18fdd893d
3 changed files with 2 additions and 18 deletions
-1
View File
@@ -1,5 +1,4 @@
import buildURL from '../../../lib/helpers/buildURL';
import URLSearchParams from 'url-search-params';
describe('helpers::buildURL', function () {
it('should support null params', function () {