UNPKG
@ts-kit/lit-framework
Version:
latest (3.0.0-alpha.14)
3.0.0-alpha.14
3.0.0-alpha.13
3.0.0-alpha.12
3.0.0-alpha.11
3.0.0-alpha.10
3.0.0-alpha.9
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
Framework arouhd Lit-Html
github.com/deebloo/ts-kit
deebloo/ts-kit
@ts-kit/lit-framework
/
out-browser
/
test.js
6 lines
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
// Then we find all the tests.
const
context =
require
.
context
(
'./'
,
true
,
/\.spec\.ts$/
);
// And load the modules.
context.
keys
().
map
(context);
//# sourceMappingURL=test.js.map