Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/axios/axios
/ isCancel.test.js
File
isCancel.test.js
tests/unit/cancel/isCancel.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
isCancel from
'../../../lib/cancel/isCancel.js'
;
3
import
CanceledError from
'../../../lib/cancel/CanceledError.js'
;
4
Callers
nothing calls this directly
Calls
1
isCancel
Function · 0.85
Tested by
no test coverage detected