import { StreamApp } from '..'; describe('StreamApp', () => { it('is truthy', () => { expect(StreamApp).toBeTruthy(); }); });