diff --git a/website/blog/2021-02-22-jest-27.md b/website/blog/2021-02-22-jest-27.md index 83b6cc6b6ba9..abebae0cb4cb 100644 --- a/website/blog/2021-02-22-jest-27.md +++ b/website/blog/2021-02-22-jest-27.md @@ -29,7 +29,7 @@ In other news, the [native ESM support](https://github.com/facebook/jest/issues/ We've also merged [a PR](https://github.com/facebook/jest/pull/9351) to be able to deal with test files symlinked into the test directory, a feature much wanted by users of [Bazel](https://bazel.build/). -[Another PR](https://github.com/facebook/jest/issues/9504) enabled [`transform`s](/docs/en/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object) to be asynchronous, a requirement to support transpilation through tools such as [esbuild](https://esbuild.github.io/), [Snowpack](https://www.snowpack.dev/), and [Vite](https://www.snowpack.dev/) effectively. +[Another PR](https://github.com/facebook/jest/issues/9504) enabled [`transform`s](/docs/en/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object) to be asynchronous, a requirement to support transpilation through tools such as [esbuild](https://esbuild.github.io/), [Snowpack](https://www.snowpack.dev/), and [Vite](https://vitejs.dev/) effectively. ## Flipping defaults