Skip to content

Commit

Permalink
test: enable cases/context/issue-10969
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Jul 4, 2024
1 parent 06b47ef commit 5b9a64d
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 5b9a64d

Please sign in to comment.