mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
docs: refresh CDN URLs and example JSON headers (#7236)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ describe('helpers::composeSignals', () => {
|
||||
signal.addEventListener('abort', resolve);
|
||||
});
|
||||
|
||||
assert.match(String(signal.reason), /timeout 100 of ms exceeded/);
|
||||
assert.match(String(signal.reason), /timeout of 100ms exceeded/);
|
||||
});
|
||||
|
||||
it('should return undefined if signals and timeout are not provided', async () => {
|
||||
|
||||
Reference in New Issue
Block a user