UNPKG
template-lib
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scaffold a Javascript library
github.com/tiaanduplessis/template-lib
tiaanduplessis/template-lib
template-lib
/
template
/
test
/
index.test.js
6 lines
(4 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
import
<%=
this
.camelcase(name) %> from
'../src'
test(
'should be defined'
, () => {
expect
(<%=
this
.camelcase(name) %>).toBeDefined() })