2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +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
@@ -94,7 +94,7 @@ describe('instance', function () {
expect(response.config.foo).toEqual(undefined);
expect(response.config.bar).toEqual(true);
done();
});
}, 100);
});
});
});