summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/internals/generators/container/test.js.hbs
blob: 8427a4ac3e2a6a0fe4e34bd865e6112c4de7584b (plain)
1
2
3
4
5
6
7
8
9
10
// import React from 'react';
// import { shallow } from 'enzyme';

// import { {{ properCase name }} } from '../index';

describe('<{{ properCase name }} />', () => {
  it('Expect to have unit tests specified', () => {
    expect(true).toEqual(false);
  });
});