提交 6d7e6fa2 编写于 作者: N Nick Uraltsev 提交者: GitHub

Merge pull request #670 from 38elements/test

Updating test for adapter
......@@ -5,7 +5,7 @@ describe('adapter', function () {
var called = false;
axios('/foo', {
adapter: function (resolve, reject, config) {
adapter: function (config) {
called = true;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册