Skip to content

Commit

Permalink
Update website/blog/2021-02-22-jest-27.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
  • Loading branch information
jeysal and SimenB committed Mar 6, 2021
1 parent 223c866 commit 4b1a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2021-02-22-jest-27.md
Expand Up @@ -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/).

<!-- TODO pending merge https://github.com/facebook/jest/issues/9504 -->
[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

Expand Down

0 comments on commit 4b1a5d5

Please sign in to comment.