import {<%= className %>} from './<%= name %>';
describe('Engine', () => {
  it('should return ', () => {
    expect().toEqual();
  });
});