MCPcopy
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

1import isAction from '@internal/utils/isAction'
2
3describe('isAction', () => {
4 it('should only return true for plain objects with a string type property', () => {

Callers

nothing calls this directly

Calls 2

actionCreatorFunction · 0.70
isActionFunction · 0.50

Tested by

no test coverage detected