Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/redux
/ isAction.spec.ts
File
isAction.spec.ts
test/utils/isAction.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
isAction from
'@internal/utils/isAction'
2
3
describe(
'isAction'
, () => {
4
it(
'should only return true for plain objects with a string type property'
, () => {
Callers
nothing calls this directly
Calls
2
actionCreator
Function · 0.70
isAction
Function · 0.50
Tested by
no test coverage detected