'none' option docs

This commit is contained in:
vladikoff 2014-06-07 15:07:02 -07:00
parent a2f523d0de
commit 88728e31b0
3 changed files with 13 additions and 2 deletions

View File

@ -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: {

View File

@ -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.*

View File

@ -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`