Skip to content

Commit

Permalink
Add correct testURL default in docs (#7277)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh authored and SimenB committed Oct 26, 2018
1 parent 9db529e commit a0d2404
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
- `[*]` Add babel plugin to make sure Jest is unaffected by fake Promise implementations ([#7225](https://github.com/facebook/jest/pull/7225))
- `[jest-haste-map]` Standardize filenames ([#7266](https://github.com/facebook/jest/pull/7266))
- `[*]` [**BREAKING**] Require Node.js 6+ for all packages ([#7258](https://github.com/facebook/jest/pull/7258))
- `[docs]` Add correct default value for `testUrl` config option ([#7277](https://github.com/facebook/jest/pull/7277))

### Performance

Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ An example of such function can be found in our default [jasmine2 test runner pa

### `testURL` [string]

Default: `about:blank`
Default: `http://localhost`

This option sets the URL for the jsdom environment. It is reflected in properties such as `location.href`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.5/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ An example of such function can be found in our default [jasmine2 test runner pa

### `testURL` [string]

Default: `about:blank`
Default: `http://localhost`

This option sets the URL for the jsdom environment. It is reflected in properties such as `location.href`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.6/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ An example of such function can be found in our default [jasmine2 test runner pa

### `testURL` [string]

Default: `about:blank`
Default: `http://localhost`

This option sets the URL for the jsdom environment. It is reflected in properties such as `location.href`.

Expand Down

0 comments on commit a0d2404

Please sign in to comment.