UNPKG

436 BJavaScriptView Raw
1module.exports = {
2 'mocha': {
3 name: 'Mocha',
4 install: ['mocha','grunt-mocha-test'],
5 taskName: 'mochaTest',
6 taskConfig: {
7 all: {
8 clearRequireCache: true,
9 src: ['assets/test/**/*.js']
10 }
11 }
12 // },
13 // 'nodeunit': {
14 // name: 'Nodeunit',
15 // install: ['grunt-contrib-nodeunit'],
16 // taskName: 'nodeunit',
17 // taskConfig: {
18 // all: ['assets/test/**/*.js']
19 // }
20 }
21};