Files
rona-frontend/src/app/chat/entry/entry.spec.ts

8 lines
150 B
TypeScript
Raw Normal View History

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