Skip to content

Commit 9815c8d

Browse files
authored
docs: correct typo (#15246)
1 parent b1c4472 commit 9815c8d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files
142142
If a promise doesn't resolve at all, this error might be thrown:
143143

144144
```bash
145-
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.`
145+
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
146146
```
147147

148148
Most commonly this is being caused by conflicting Promise implementations. Consider replacing the global promise implementation with your own, for example `globalThis.Promise = jest.requireActual('promise');` and/or consolidate the used Promise libraries to a single one.

website/versioned_docs/version-29.4/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files
142142
If a promise doesn't resolve at all, this error might be thrown:
143143

144144
```bash
145-
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.`
145+
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
146146
```
147147

148148
Most commonly this is being caused by conflicting Promise implementations. Consider replacing the global promise implementation with your own, for example `globalThis.Promise = jest.requireActual('promise');` and/or consolidate the used Promise libraries to a single one.

website/versioned_docs/version-29.5/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files
142142
If a promise doesn't resolve at all, this error might be thrown:
143143

144144
```bash
145-
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.`
145+
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
146146
```
147147

148148
Most commonly this is being caused by conflicting Promise implementations. Consider replacing the global promise implementation with your own, for example `globalThis.Promise = jest.requireActual('promise');` and/or consolidate the used Promise libraries to a single one.

website/versioned_docs/version-29.6/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files
142142
If a promise doesn't resolve at all, this error might be thrown:
143143

144144
```bash
145-
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.`
145+
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
146146
```
147147

148148
Most commonly this is being caused by conflicting Promise implementations. Consider replacing the global promise implementation with your own, for example `globalThis.Promise = jest.requireActual('promise');` and/or consolidate the used Promise libraries to a single one.

website/versioned_docs/version-29.7/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files
142142
If a promise doesn't resolve at all, this error might be thrown:
143143

144144
```bash
145-
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.`
145+
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
146146
```
147147

148148
Most commonly this is being caused by conflicting Promise implementations. Consider replacing the global promise implementation with your own, for example `globalThis.Promise = jest.requireActual('promise');` and/or consolidate the used Promise libraries to a single one.

0 commit comments

Comments
 (0)