File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ describe('validate', () => {
142
142
expect ( module . webpackConfig . output ) . to . eql ( {
143
143
libraryTarget : 'commonjs' ,
144
144
path : `${ testServicePath } /.webpack` ,
145
- filename : testEntry ,
145
+ filename : '[name].js' ,
146
146
} ) ;
147
147
} ) ;
148
148
} ) ;
@@ -161,7 +161,7 @@ describe('validate', () => {
161
161
expect ( module . webpackConfig . output ) . to . eql ( {
162
162
libraryTarget : 'commonjs' ,
163
163
path : `${ testServicePath } /.webpack` ,
164
- filename : 'last ' ,
164
+ filename : '[name].js ' ,
165
165
} ) ;
166
166
} ) ;
167
167
} ) ;
@@ -177,7 +177,7 @@ describe('validate', () => {
177
177
expect ( module . webpackConfig . output ) . to . eql ( {
178
178
libraryTarget : 'commonjs' ,
179
179
path : `${ testServicePath } /.webpack` ,
180
- filename : 'handler .js' ,
180
+ filename : '[name] .js' ,
181
181
} ) ;
182
182
} ) ;
183
183
} ) ;
You can’t perform that action at this time.
0 commit comments