We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a19c0 commit 109fc4bCopy full SHA for 109fc4b
release_notes/4.0.0.md
@@ -31,9 +31,10 @@ as well.
31
now a no-op.
32
33
This change breaks loading of files with extensions that aren't supported by
34
- dynamic `import()`, such as `.jsx`. If you have specs or source files with
35
- such extensions, you can either rename the files to `.js` or add
36
- `jsLoader: "require"` to your Jasmine config file.
+ dynamic `import()`, such as `.jsx`, although that has been subsequently fixed
+ in 4.0.1. If you have specs or source files with such extensions, please
+ update to at least 4.0.0. Alternately you can either rename the files to
37
+ `.js` or add `jsLoader: "require"` to your Jasmine config file.
38
39
* Config files can be ES modules. This is a breaking change because it requires
40
`Jasmine#loadConfigFile` to be async.
0 commit comments