UNPKG

@martel/tql-template

Version:

A project template for creating new tql applications

7 lines (5 loc) 161 B
import { app } from 'hyperapp'; import App from './App'; it('renders without crashing', () => { app({ view: App, node: document.getElementById('app') }); });