Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 17, 2024
1 parent c984c2b commit 0d661cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/basic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3789,7 +3789,7 @@ describe("HtmlWebpackPlugin", () => {
},
plugins: [
new HtmlWebpackPlugin({
template: path.join(__dirname, "fixtures/empty.html")
template: path.join(__dirname, "fixtures/empty.html"),
}),
],
},
Expand Down

0 comments on commit 0d661cf

Please sign in to comment.