MCPcopy
hub / github.com/redux-loop/redux-loop / cmd.spec.js

File cmd.spec.js

test/cmd.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Cmd, { isCmd, executeCmd } from '../src/cmd';
2
3function actionCreator1(val) {
4 return { type: 'TYPE1', val };

Callers

nothing calls this directly

Calls 7

isCmdFunction · 0.90
executeCmdFunction · 0.90
actionCreator1Function · 0.85
actionCreator2Function · 0.85
noArgTaggerFunction · 0.85
argTaggerFunction · 0.85
simulateMethod · 0.65

Tested by

no test coverage detected