UNPKG
splat
Version:
latest (1.0.0)
1.0.0
0.0.0
Splats a bunch of project configs/defaults to a folder
github.com/rexxars/splat
rexxars/splat
splat
/
test
/
test.js
4 lines
(3 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
test
(
'splat'
,
() =>
{
expect
(
Boolean
(
'there to be tests'
)).
toBe
(
true
) })