You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@
62
62
-`[jest-resolve]`[**BREAKING**] Migrate to ESM ([#10688](https://github.com/facebook/jest/pull/10688))
63
63
-`[jest-resolve-dependencies]`[**BREAKING**] Migrate to ESM ([#10876](https://github.com/facebook/jest/pull/10876))
64
64
-`[jest-mock]`[**BREAKING**] Migrate to ESM ([#10887](https://github.com/facebook/jest/pull/10887))
65
+
-`[jest-resolve, jest-runtime]`[**BREAKING**] Use `Map`s instead of objects for all cached resources ([#10968](https://github.com/facebook/jest/pull/10968))
65
66
-`[jest-runner]`[**BREAKING**] Migrate to ESM ([#10900](https://github.com/facebook/jest/pull/10900))
66
67
-`[jest-runtime]`[**BREAKING**] Remove deprecated and unnused `getSourceMapInfo` from Runtime ([#9969](https://github.com/facebook/jest/pull/9969))
67
68
-`[jest-util]` No longer checking `enumerable` when adding `process.domain` ([#10862](https://github.com/facebook/jest/pull/10862))
Copy file name to clipboardExpand all lines: packages/jest-runtime/src/__tests__/__snapshots__/runtime_require_module_no_ext.test.js.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ exports[`Runtime requireModule with no extension throws error pointing out file
6
6
However, Jest was able to find:
7
7
'./RegularModuleWithWrongExt.txt'
8
8
9
-
You might want to include a file extension in your import, or update your 'moduleFileExtensions', which is currently ['js', 'json', 'jsx', 'ts', 'tsx', 'node'].
9
+
You might want to include a file extension in your import, or update your 'moduleFileExtensions', which is currently ['js', 'jsx', 'ts', 'tsx', 'json', 'node'].
10
10
11
11
See https://jestjs.io/docs/en/configuration#modulefileextensions-arraystring"
0 commit comments