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
/
app
/
templates
/
test
/
spec.js
11 lines
(9 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * All specifications you need to load for your test suite */
define({ specs: [
// Load the example spec, add your own specifications here
'specs/example.spec'
] });