UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

9 lines (7 loc) 213 B
import App from './App'; it('reads a typescript file with no syntax error', () => { const app = new App({}); expect(App.foo.bar).toBe(true); expect(App.foo.baz!.n).toBe(123); expect(app.n).toBe(123); });