Files
rona-frontend/src/app/chat/entry/entry.spec.ts
Daniel Lukats d90204d34c initial commit
- contains basic chat via websocket
- contains button to test websocket
- contains button to test rest api
2020-07-19 22:16:23 +02:00

8 lines
150 B
TypeScript

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