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