Skip to content

Commit e97231a

Browse files
committed
Update jasmine-options.md
[ci skip]
1 parent 07af341 commit e97231a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/jasmine-options.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CSS files that get loaded after the jasmine.css
2727

2828
## options.version
2929
Type: `String`
30-
Default: '2.0.1'
30+
Default: `'2.0.1'`
3131

3232
This is the jasmine-version which will be used. currently available versions are:
3333

@@ -52,7 +52,7 @@ Prevents the auto-generated specfile used to run your tests from being automatic
5252

5353
## options.junit.path
5454
Type: `String`
55-
Default: undefined
55+
Default: `undefined`
5656

5757
Path to output JUnit xml
5858

@@ -64,13 +64,13 @@ Consolidate the JUnit XML so that there is one file per top level suite.
6464

6565
## options.junit.template
6666
Type: `String`
67-
Default: undefined
67+
Default: `undefined`
6868

6969
Specify a custom JUnit template instead of using the default `junitTemplate`.
7070

7171
## options.host
7272
Type: `String`
73-
Default: ''
73+
Default: `''`
7474

7575
The host you want PhantomJS to connect against to run your tests.
7676

@@ -84,7 +84,7 @@ Without a `host`, your specs will be run from the local filesystem.
8484

8585
## options.template
8686
Type: `String` `Object`
87-
Default: undefined
87+
Default: `undefined`
8888

8989
Custom template used to generate your Spec Runner. Parsed as underscore templates and provided
9090
the expanded list of files needed to build a specrunner.
@@ -105,7 +105,7 @@ Third party polyfill libraries like json2 that are loaded at the very top before
105105

106106
## options.display
107107
Type: `String`
108-
Default: `full`
108+
Default: `'full'`
109109

110110
* `full` displays the full specs tree
111111
* `short` only displays a success or failure character for each test (useful with large suites)

0 commit comments

Comments
 (0)