2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00
Files
axios/test/specs/basicAuth.spec.js
T
2015-12-14 12:16:57 -07:00

6 lines
147 B
JavaScript

var setupBasicAuthTest = require('./__setupBasicAuthTest');
describe('basicAuth without btoa polyfill', function () {
setupBasicAuthTest();
});