summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/internals/generators/container/saga.test.js.hbs
blob: 9fcf7f58897d8bf9c0242d67ed4b004323362be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Test sagas
 */

/* eslint-disable redux-saga/yield-effects */
// import { take, call, put, select } from 'redux-saga/effects';
// import { defaultSaga } from '../saga';

// const generator = defaultSaga();

describe('defaultSaga Saga', () => {
  it('Expect to have unit tests specified', () => {
    expect(true).toEqual(false);
  });
});