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
/
factory.spec.js
9 lines
(7 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// import { createAggregatorFactory } from '../../aggregator/factory'
describe
(
'aggregatorFactory'
,
() =>
{
describe
(
'get'
,
() =>
{
it
(
"Creates aggregators with it's own get function"
)
it
(
'handles specific projection snapshot'
) }) })