16 lines
347 B
Handlebars
Raw Normal View History

2017-01-17 13:40:59 +01:00
/**
* Test sagas
*/
2017-08-22 15:53:22 +02:00
/* eslint-disable redux-saga/yield-effects */
2017-01-17 13:40:59 +01:00
// import { take, call, put, select } from 'redux-saga/effects';
2017-08-22 15:53:22 +02:00
// import { defaultSaga } from '../saga';
2017-01-17 13:40:59 +01:00
// const generator = defaultSaga();
describe('defaultSaga Saga', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});