cic-staff-client/src/app/_models/account.spec.ts

8 lines
158 B
TypeScript

import { Account } from './account';
describe('Account', () => {
it('should create an instance', () => {
expect(new Account()).toBeTruthy();
});
});