Skip to content

Commit

Permalink
fix: update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xfsnowind committed Aug 30, 2024
1 parent 77809d2 commit 9856f12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/__snapshots__/makeDefaultRspackConfig.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
exports[`makeCypressRspackConfig should return a valid Configuration object 1`] = `
[
HtmlRspackPlugin {
"_options": {
"filename": "index.html",
"inject": "head",
"meta": {},
"scriptLoading": "defer",
"template": "path/to/indexHtmlFile",
},
"_args": [
{
"filename": "index.html",
"template": "path/to/indexHtmlFile",
},
],
"affectedHooks": undefined,
"name": "HtmlRspackPlugin",
},
Expand All @@ -22,6 +21,7 @@ exports[`makeCypressRspackConfig should return a valid Configuration object 1`]
"_events": {},
"_eventsCount": 0,
"_maxListeners": undefined,
Symbol(shapeMode): false,
Symbol(kCapture): false,
},
"files": [],
Expand Down

0 comments on commit 9856f12

Please sign in to comment.