Code Review
/
eliot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Home page carousel"
[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
});