From c70f24567e7288d45e88372efd1b089c8b4872a0 Mon Sep 17 00:00:00 2001 From: henny Date: Wed, 7 Aug 2024 18:02:10 +0900 Subject: [PATCH] docs: correct typo --- docs/Troubleshooting.md | 2 +- website/versioned_docs/version-29.4/Troubleshooting.md | 2 +- website/versioned_docs/version-29.5/Troubleshooting.md | 2 +- website/versioned_docs/version-29.6/Troubleshooting.md | 2 +- website/versioned_docs/version-29.7/Troubleshooting.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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.