mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Cleaning up tests a bit
This commit is contained in:
@@ -4,8 +4,7 @@ describe('adapter', function () {
|
||||
it('should support custom adapter', function (done) {
|
||||
var called = false;
|
||||
|
||||
axios({
|
||||
url: '/foo',
|
||||
axios('/foo', {
|
||||
adapter: function (resolve, reject, config) {
|
||||
called = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user