2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Fixing sporadically failing tests

This commit is contained in:
Nick Uraltsev
2016-10-29 21:58:06 -07:00
parent 417913bf8b
commit 46a9639ef2
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ describe('promise', function () {
expect(response.headers['content-type']).toEqual('application/json');
expect(response.config.url).toEqual('/foo');
done();
});
}, 100);
});
});