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:
@@ -94,7 +94,7 @@ describe('instance', function () {
|
||||
expect(response.config.foo).toEqual(undefined);
|
||||
expect(response.config.bar).toEqual(true);
|
||||
done();
|
||||
});
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user