We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6246663 commit c77dbbeCopy full SHA for c77dbbe
1 file changed
test/build/config-format/esm-require-await/index.test.js
@@ -6,7 +6,7 @@ describe("webpack cli", () => {
6
7
const [major, minor] = process.versions.node.split(".").map(Number);
8
9
- if ((major >= 20 && minor >= 17) || major >= 22 || major >= 23) {
+ if ((major >= 20 && minor >= 19) || major >= 22 || major >= 23) {
10
expect(exitCode).toBe(0);
11
// stderr contains - Support for loading ES Module in require() is an experimental feature and might change at any time
12
// expect(stderr).toBeFalsy();
0 commit comments