Skip to content

Commit

Permalink
update test case for changed module identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jun 21, 2021
1 parent 03d097c commit 4343e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/configCases/custom-source-type/localization/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ it("should generate the correct output files", () => {
NORMAL1 && `634.bundle${INDEX}.js`,
NORMAL2 && `882.bundle${INDEX}.js`,
`bundle${INDEX}.js`,
"localization-219.js",
CONTENT2 && "localization-551.js",
CONTENT2 && "localization-264.js",
"localization-530.js",
NORMAL1 && "localization-634.js",
NORMAL2 && "localization-882.js"
].filter(Boolean)
Expand Down

0 comments on commit 4343e87

Please sign in to comment.