UNPKG

bdn-pocket

Version:

pocket tools for managing redux and redux-saga

12 lines (10 loc) 216 B
import test from 'ava' import Action from '../src/action' import Signal from '../src/signal' test('Signal', t => { t.is( Signal, Action, "Signal is an action - it is only a semantic separation" ) })