Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, it, expect } from
'vitest'
;
2
import
{ isNativeError } from
'node:util/types'
;
3
import
AxiosError from
'../../../lib/core/AxiosError.js'
;
4
import
AxiosHeaders from
'../../../lib/core/AxiosHeaders.js'
;
Callers
nothing calls this directly
Calls
7
makeCircularCause
Function · 0.85
entries
Method · 0.80
create
Method · 0.80
set
Method · 0.80
get
Method · 0.80
toJSON
Method · 0.45
from
Method · 0.45
Tested by
no test coverage detected