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 @@ -321,7 +321,7 @@ describe('electron:build', () => {
321
321
test ( 'Adds mock legacy assets file for index' , async ( ) => {
322
322
await runCommand ( 'electron:build' )
323
323
expect ( fs . writeFileSync ) . toBeCalledWith (
324
- ' dist_electron/ bundled/ legacy-assets-index.html.json' ,
324
+ ` dist_electron${ path . sep } bundled${ path . sep } legacy-assets-index.html.json` ,
325
325
'[]'
326
326
)
327
327
} )
@@ -337,11 +337,11 @@ describe('electron:build', () => {
337
337
}
338
338
} )
339
339
expect ( fs . writeFileSync ) . toBeCalledWith (
340
- ' dist_electron/ bundled/ legacy-assets-index.html.json' ,
340
+ ` dist_electron${ path . sep } bundled${ path . sep } legacy-assets-index.html.json` ,
341
341
'[]'
342
342
)
343
343
expect ( fs . writeFileSync ) . toBeCalledWith (
344
- ' dist_electron/ bundled/ legacy-assets-subpage.html.json' ,
344
+ ` dist_electron${ path . sep } bundled${ path . sep } legacy-assets-subpage.html.json` ,
345
345
'[]'
346
346
)
347
347
}
You can’t perform that action at this time.
0 commit comments