mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Run ALL the tests 😸
This commit is contained in:
@@ -53,7 +53,7 @@ describe('interceptors', function () {
|
||||
});
|
||||
});
|
||||
|
||||
fit('should add a request interceptor that returns a promise', function (done) {
|
||||
it('should add a request interceptor that returns a promise', function (done) {
|
||||
axios.interceptors.request.use(function (config) {
|
||||
return new Promise(function (resolve) {
|
||||
// do something async
|
||||
|
||||
Reference in New Issue
Block a user