joyent-portal/legacy/frontend-technical-prototype/test/actions/index.js
Sérgio Ramos 8295bd6882 chore: initial lerna setup
this shall be a progressive process
2017-05-25 10:56:50 +01:00

28 lines
555 B
JavaScript

// const ReduxAva = require('redux-ava');
const test = require('ava');
//
// const actions = require('@state/actions');
//
// const {
// actionTest
// } = ReduxAva;
//
// const {
// updateRouter
// } = actions;
test('test action', (t) => t.deepEqual(1, 1));
//
// test('updateRouter action', actionTest(updateRouter, {
// type: '/UPDATE_ROUTER'
// }));
//
// test('updateRouter action', actionTest(updateRouter, {
// transitionTo: '[Function]'
// }, {
// type: '/UPDATE_ROUTER',
// payload: {
// transitionTo: '[Function]'
// }
// }));