From 351ee029349a3e1c882f156ef8cd39c818a0d369 Mon Sep 17 00:00:00 2001 From: Tim Seckinger Date: Fri, 2 Apr 2021 19:45:28 +0200 Subject: [PATCH] another todo merged --- website/blog/2021-03-11-jest-27.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/blog/2021-03-11-jest-27.md b/website/blog/2021-03-11-jest-27.md index 7f84dfc59c29..1525c824f6d1 100644 --- a/website/blog/2021-03-11-jest-27.md +++ b/website/blog/2021-03-11-jest-27.md @@ -25,8 +25,6 @@ So with some [tricks](https://github.com/facebook/jest/issues/9898), we've **spe In other news, the [native ESM support](https://github.com/facebook/jest/issues/9430) is progressing, but some major complexities, for instance around mocking, are still ahead of us, and we continue to observe the migration to ESM as a huge ecosystem effort, where Node and a lot of crucial tools and packages all have to rely on each other to deliver an overall compelling experience. - - 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/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.