mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Fixing sporadically failing tests
This commit is contained in:
@@ -32,12 +32,12 @@ describe('transform', function () {
|
||||
status: 200,
|
||||
responseText: '{"foo": "bar"}'
|
||||
});
|
||||
|
||||
|
||||
setTimeout(function () {
|
||||
expect(typeof response.data).toEqual('object');
|
||||
expect(response.data.foo).toEqual('bar');
|
||||
done();
|
||||
});
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user