'none' option docs
This commit is contained in:
parent
a2f523d0de
commit
88728e31b0
@ -66,6 +66,15 @@ module.exports = function(grunt) {
|
|||||||
summary: true,
|
summary: true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
consoleDisplayOptionsNone: {
|
||||||
|
src: 'test/fixtures/pivotal/src/**/*.js',
|
||||||
|
options: {
|
||||||
|
specs: 'test/fixtures/pivotal/spec/*Spec.js',
|
||||||
|
helpers: 'test/fixtures/pivotal/spec/*Helper.js',
|
||||||
|
display: 'none',
|
||||||
|
summary: true,
|
||||||
|
}
|
||||||
|
},
|
||||||
deepOutfile: {
|
deepOutfile: {
|
||||||
src: 'test/fixtures/pivotal/src/**/*.js',
|
src: 'test/fixtures/pivotal/src/**/*.js',
|
||||||
options: {
|
options: {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# grunt-contrib-jasmine v0.6.5 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
# grunt-contrib-jasmine v0.6.5 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
||||||
|
|
||||||
> Run jasmine specs headlessly through PhantomJS.
|
> Run jasmine specs headlessly through PhantomJS.
|
||||||
|
|
||||||
@ -154,6 +154,7 @@ Default: `full`
|
|||||||
|
|
||||||
* `full` displays the full specs tree
|
* `full` displays the full specs tree
|
||||||
* `short` only displays a success or failure character for each test (useful with large suites)
|
* `short` only displays a success or failure character for each test (useful with large suites)
|
||||||
|
* `none` displays nothing
|
||||||
|
|
||||||
#### options.summary
|
#### options.summary
|
||||||
Type: `Boolean`
|
Type: `Boolean`
|
||||||
@ -311,4 +312,4 @@ for more information on the RequireJS template.
|
|||||||
|
|
||||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||||
|
|
||||||
*This file was generated on Sat May 31 2014 21:18:20.*
|
*This file was generated on Sat Jun 07 2014 15:06:26.*
|
||||||
|
@ -103,6 +103,7 @@ Default: `full`
|
|||||||
|
|
||||||
* `full` displays the full specs tree
|
* `full` displays the full specs tree
|
||||||
* `short` only displays a success or failure character for each test (useful with large suites)
|
* `short` only displays a success or failure character for each test (useful with large suites)
|
||||||
|
* `none` displays nothing
|
||||||
|
|
||||||
## options.summary
|
## options.summary
|
||||||
Type: `Boolean`
|
Type: `Boolean`
|
||||||
|
Loading…
Reference in New Issue
Block a user