added test for deep outfile
This commit is contained in:
parent
3615419e90
commit
72c60666a7
@ -36,6 +36,12 @@ module.exports = function(grunt) {
|
|||||||
version: '1.2.0'
|
version: '1.2.0'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
deepOutfile: {
|
||||||
|
src: 'test/fixtures/pivotal/src/**/*.js',
|
||||||
|
options: {
|
||||||
|
outfile: 'tmp/spec.html'
|
||||||
|
}
|
||||||
|
},
|
||||||
customTemplate: {
|
customTemplate: {
|
||||||
src: 'test/fixtures/pivotal/src/**/*.js',
|
src: 'test/fixtures/pivotal/src/**/*.js',
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
Reference in New Issue
Block a user