UNPKG
glimmer-router
Version:
latest (0.0.1)
0.0.1
Proof of concept routing in glimmer.js
github.com/thoov/glimmer-router
thoov/glimmer-router
glimmer-router
/
src
/
utils
/
test-helpers
/
test-helper.ts
8 lines
(6 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ setApp, start }
from
'@glimmer/test-helpers'
;
import
App
from
'../../main'
;
QUnit
.
config
.
autostart
=
false
;
setApp
(
App
);
import
'../../../tests'
;
start
();