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', () => {
142142 expect ( module . webpackConfig . output ) . to . eql ( {
143143 libraryTarget : 'commonjs' ,
144144 path : `${ testServicePath } /.webpack` ,
145- filename : '[name].js ' ,
145+ filename : 'testentry ' ,
146146 } ) ;
147147 } ) ;
148148 } ) ;
@@ -161,7 +161,7 @@ describe('validate', () => {
161161 expect ( module . webpackConfig . output ) . to . eql ( {
162162 libraryTarget : 'commonjs' ,
163163 path : `${ testServicePath } /.webpack` ,
164- filename : '[name].js ' ,
164+ filename : 'last ' ,
165165 } ) ;
166166 } ) ;
167167 } ) ;
@@ -177,7 +177,7 @@ describe('validate', () => {
177177 expect ( module . webpackConfig . output ) . to . eql ( {
178178 libraryTarget : 'commonjs' ,
179179 path : `${ testServicePath } /.webpack` ,
180- filename : '[name] .js' ,
180+ filename : 'handler .js' ,
181181 } ) ;
182182 } ) ;
183183 } ) ;
You can’t perform that action at this time.
0 commit comments