2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Remove btoa polyfill tests

This commit is contained in:
Rikki Gibson
2018-07-21 10:29:11 -07:00
committed by Khaled Garbaya
parent e9c481fa5e
commit 1c2881cbe6
3 changed files with 1 additions and 47 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
describe('basicAuth without btoa polyfill', function () {
describe('basicAuth', function () {
setupBasicAuthTest();
});