UNPKG
@gnodi/generator-lib
Version:
latest (0.1.1)
0.1.1
0.1.0
[Node.js] Generate a gnodi lib with Yeoman!
github.com/gnodi/generator-lib
gnodi/generator-lib
@gnodi/generator-lib
/
generators
/
app
/
templates
/
test.js
8 lines
(6 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
describe
(
'This test'
,
() =>
{
it
(
'should pass'
,
() =>
{
expect
(
true
).
toBe
(
true
); }); });