Skip to content

Commit

Permalink
Fix link example default jasmine2 test runner package. (#8290)
Browse files Browse the repository at this point in the history
  • Loading branch information
binhapp authored and SimenB committed Apr 9, 2019
1 parent 2fc468c commit 0684263
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Expand Up @@ -1016,7 +1016,7 @@ function testRunner(
): Promise<TestResult>;
```

An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.js).
An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.ts).

### `testSequencer` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.x/Configuration.md
Expand Up @@ -818,7 +818,7 @@ function testRunner(
): Promise<TestResult>;
```

An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.js).
An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.ts).

### `testURL` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.x/Configuration.md
Expand Up @@ -887,7 +887,7 @@ function testRunner(
): Promise<TestResult>;
```

An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.js).
An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.ts).

### `testURL` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.0/Configuration.md
Expand Up @@ -992,7 +992,7 @@ function testRunner(
): Promise<TestResult>;
```

An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.js).
An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.ts).

### `testURL` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.1/Configuration.md
Expand Up @@ -998,7 +998,7 @@ function testRunner(
): Promise<TestResult>;
```

An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.js).
An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.ts).

### `testURL` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.6/Configuration.md
Expand Up @@ -1017,7 +1017,7 @@ function testRunner(
): Promise<TestResult>;
```

An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.js).
An example of such function can be found in our default [jasmine2 test runner package](https://github.com/facebook/jest/blob/master/packages/jest-jasmine2/src/index.ts).

### `testURL` [string]

Expand Down

0 comments on commit 0684263

Please sign in to comment.