Skip to content

Commit 75044a1

Browse files
refactor: namedExport option
1 parent 996307b commit 75044a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/esModule-option.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('"esModule" option', () => {
157157
options: {
158158
esModule: test.localLoaderMode === "esModule",
159159
modules: {
160-
namedExport: false
160+
namedExport: false,
161161
},
162162
},
163163
},

0 commit comments

Comments
 (0)