definma-ui/src/app/models/help.model.spec.ts

8 lines
164 B
TypeScript
Raw Normal View History

2020-09-03 10:53:41 +02:00
import { HelpModel } from './help.model';
describe('Help.Model', () => {
2021-01-25 12:34:23 +01:00
it('should create an instance', () => {
expect(new HelpModel()).toBeTruthy();
});
2020-09-03 10:53:41 +02:00
});