diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 283be76ddea0..c0af857f71c4 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files If a promise doesn't resolve at all, this error might be thrown: ```bash -- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.` +- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. ``` 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. diff --git a/website/versioned_docs/version-29.4/Troubleshooting.md b/website/versioned_docs/version-29.4/Troubleshooting.md index 283be76ddea0..c0af857f71c4 100644 --- a/website/versioned_docs/version-29.4/Troubleshooting.md +++ b/website/versioned_docs/version-29.4/Troubleshooting.md @@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files If a promise doesn't resolve at all, this error might be thrown: ```bash -- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.` +- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. ``` 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. diff --git a/website/versioned_docs/version-29.5/Troubleshooting.md b/website/versioned_docs/version-29.5/Troubleshooting.md index 283be76ddea0..c0af857f71c4 100644 --- a/website/versioned_docs/version-29.5/Troubleshooting.md +++ b/website/versioned_docs/version-29.5/Troubleshooting.md @@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files If a promise doesn't resolve at all, this error might be thrown: ```bash -- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.` +- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. ``` 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. diff --git a/website/versioned_docs/version-29.6/Troubleshooting.md b/website/versioned_docs/version-29.6/Troubleshooting.md index 283be76ddea0..c0af857f71c4 100644 --- a/website/versioned_docs/version-29.6/Troubleshooting.md +++ b/website/versioned_docs/version-29.6/Troubleshooting.md @@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files If a promise doesn't resolve at all, this error might be thrown: ```bash -- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.` +- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. ``` 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. diff --git a/website/versioned_docs/version-29.7/Troubleshooting.md b/website/versioned_docs/version-29.7/Troubleshooting.md index 283be76ddea0..c0af857f71c4 100644 --- a/website/versioned_docs/version-29.7/Troubleshooting.md +++ b/website/versioned_docs/version-29.7/Troubleshooting.md @@ -142,7 +142,7 @@ Retry with [`--no-cache`](CLI.md#--cache). Jest caches transformed module files If a promise doesn't resolve at all, this error might be thrown: ```bash -- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.` +- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. ``` 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.