source: trip-planner-front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.spec.ts.template@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 226 bytes
Line 
1import { <%= classify(name) %> } from './<%= dasherize(name) %><%= type %>';
2
3describe('<%= classify(name) %>', () => {
4 it('should create an instance', () => {
5 expect(new <%= classify(name) %>()).toBeTruthy();
6 });
7});
Note: See TracBrowser for help on using the repository browser.