Skip to content

Commit

Permalink
temp: mark
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 2, 2024
1 parent 714a1a4 commit d3b38c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/dynamic-import-chunkname.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ ruleTester.run('dynamic-import-chunkname', rule, {
}),
withoutAutofixOutput({
code: `dynamicImport(
/* webpackChunkName "someModule" */
/* webpackChunkName 'someModule' */
'someModule'
)`,
options,
Expand Down

0 comments on commit d3b38c3

Please sign in to comment.