Skip to content

Commit

Permalink
quote title, cause the docusaurus v2 PR did that to all posts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Mar 11, 2021
1 parent 6485ca3 commit 417c7ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/blog/2021-02-22-jest-27.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Jest 27: New Defaults for Jest, 2021 edition ⏩
title: 'Jest 27: New Defaults for Jest, 2021 edition ⏩'
author: Tim Seckinger
authorURL: https://github.com/jeysal
authorImageURL: https://avatars.githubusercontent.com/u/16069751
Expand All @@ -26,9 +26,11 @@ 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.

<!-- TODO pending merge https://github.com/facebook/jest/pull/9351 -->

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://vitejs.dev/) effectively.

## Flipping defaults
Expand Down

0 comments on commit 417c7ad

Please sign in to comment.