initial commit
- contains basic chat via websocket - contains button to test websocket - contains button to test rest api
This commit is contained in:
7
src/app/chat/entry/entry.spec.ts
Normal file
7
src/app/chat/entry/entry.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Entry } from './entry';
|
||||
|
||||
describe('Entry', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new Entry()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user