UNPKG
@coriolis/coriolis
Version:
latest (1.0.0-alpha5)
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha
Event sourced effect management
github.com/coriolisjs/coriolis
coriolisjs/coriolis
@coriolis/coriolis
/
src
/
test
/
aggregator
/
fromReducer.spec.js
7 lines
(6 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
describe
(
'fromReducer'
,
() =>
{
it
(
'should test reducer function is converted to an aggregator function'
)
it
(
'should test reducer function is not converted twice but resulting aggregator is re-used'
, ) })