Fix jest tests by upgrading jest and other related packages.

This commit is contained in:
Laurent Nguyen
2024-06-27 16:52:26 +02:00
parent cc1f89ff4b
commit b4090425f4
99 changed files with 12015 additions and 11393 deletions

View File

@@ -62,12 +62,6 @@ const htmlRule = {
use: [
{
loader: "html-loader",
options: {
minify: false,
removeComments: false,
collapseWhitespace: false,
root: path.resolve(__dirname, "images"),
},
},
],
};