UNPKG
generator-init
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
A generator for INIT.
github.com/use-init/generator-init
use-init/generator-init
generator-init
/
module
/
templates
/
spec.js
8 lines
(7 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * All specifications you need to load for your test suite */
define({ // Load
all
specs. specs: [<%= specs %>] });