ba0576c820406b66b6a7274d8a90820ba769f285
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _models / user.spec.ts
1 import { User } from './user';
2
3 describe('User', () => {
4   it('should create an instance', () => {
5     expect(new User()).toBeTruthy();
6   });
7 });