UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

7 lines (5 loc) 127 B
import App from './App'; it('creates instance without', () => { const app = new App(); expect(app.foo()).toBe('bar'); });