2
0
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:
Matt Zabriskie
2016-03-05 23:29:29 -07:00
parent 11ca70cfb6
commit 955d5a02e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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