MCPcopy
hub / github.com/axios/axios / AxiosError.test.js

File AxiosError.test.js

tests/unit/core/AxiosError.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { isNativeError } from 'node:util/types';
3import AxiosError from '../../../lib/core/AxiosError.js';
4import AxiosHeaders from '../../../lib/core/AxiosHeaders.js';

Callers

nothing calls this directly

Calls 7

makeCircularCauseFunction · 0.85
entriesMethod · 0.80
createMethod · 0.80
setMethod · 0.80
getMethod · 0.80
toJSONMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected