File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ CSS files that get loaded after the jasmine.css
27
27
28
28
## options.version
29
29
Type: ` String `
30
- Default: '2.0.1'
30
+ Default: ` '2.0.1' `
31
31
32
32
This is the jasmine-version which will be used. currently available versions are:
33
33
@@ -52,7 +52,7 @@ Prevents the auto-generated specfile used to run your tests from being automatic
52
52
53
53
## options.junit.path
54
54
Type: ` String `
55
- Default: undefined
55
+ Default: ` undefined `
56
56
57
57
Path to output JUnit xml
58
58
@@ -64,13 +64,13 @@ Consolidate the JUnit XML so that there is one file per top level suite.
64
64
65
65
## options.junit.template
66
66
Type: ` String `
67
- Default: undefined
67
+ Default: ` undefined `
68
68
69
69
Specify a custom JUnit template instead of using the default ` junitTemplate ` .
70
70
71
71
## options.host
72
72
Type: ` String `
73
- Default: ''
73
+ Default: ` '' `
74
74
75
75
The host you want PhantomJS to connect against to run your tests.
76
76
@@ -84,7 +84,7 @@ Without a `host`, your specs will be run from the local filesystem.
84
84
85
85
## options.template
86
86
Type: ` String ` ` Object `
87
- Default: undefined
87
+ Default: ` undefined `
88
88
89
89
Custom template used to generate your Spec Runner. Parsed as underscore templates and provided
90
90
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
105
105
106
106
## options.display
107
107
Type: ` String `
108
- Default: ` full `
108
+ Default: ` ' full' `
109
109
110
110
* ` full ` displays the full specs tree
111
111
* ` short ` only displays a success or failure character for each test (useful with large suites)
You can’t perform that action at this time.
0 commit comments