Skip to content

Commit

Permalink
Merge branch 'main' into release/1-0-0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 4, 2024
2 parents 3edc851 + adc4d4c commit 9599a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/webpack-test/cases/context/issue-10969/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ it("should replace ! with %21 in the module id string of the context module", fu
).id;
if (typeof moduleId !== "number")
expect(moduleId).toBe(
"./context/issue-10969/folder lazy recursive ^(?%21file1\\.js$).*$/"
"./context/issue-10969/folder lazy recursive ^(?%21file1\\.js$).*$i"
);
});
4 changes: 0 additions & 4 deletions tests/webpack-test/cases/context/issue-10969/test.filter.js

This file was deleted.

0 comments on commit 9599a02

Please sign in to comment.