UNPKG
@gullerya/just-test
Version:
latest (4.0.6)
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
JavaScript multiplatform tests runner
github.com/gullerya/just-test
gullerya/just-test
@gullerya/just-test
/
bin
/
ui
/
components
/
jt-suite
/
jt-suite.js
8 lines
(7 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ initComponent,
ComponentBase
}
from
'rich-component'
;
import
'../jt-test/jt-test.js'
;
initComponent
(
'jt-suite'
,
class
extends
ComponentBase
{
static
get
htmlUrl
() {
return
import
.
meta
.
url
.
replace
(
/js$/
,
'htm'
); } });