Fix tests & improve pre-register

This commit is contained in:
pikiou
2021-12-03 10:39:37 +01:00
parent fde48e6cbb
commit d63f906206
44 changed files with 739 additions and 899 deletions

View File

@@ -31,6 +31,7 @@ const config: Configuration = {
}),
new webpack.DefinePlugin({
localStorage: { getItem: () => null, setItem: () => null, removeItem: () => null },
"location.protocol": "http:",
}),
],
}