UNPKG
@my-dish/template-plain
Version:
latest (2.4.3)
2.4.3
2.4.2
2.2.2
2.1.2
2.1.1
2.0.1-0
1.1.0
1.0.1
1.0.0
0.0.1
General template for dish
@my-dish/template-plain
/
template
/
test
/
index.js
6 lines
(4 loc)
•
62 B
JavaScript
View Raw
1
2
3
4
5
6
import
test
from
'ava'
;
test
(
'foo'
,
(
t
) =>
{ t.
pass
(); });