test: cover sliceFragment

This commit is contained in:
max 2022-07-23 16:21:53 +03:00
parent 19d7f239c1
commit ffea4d15cb
7 changed files with 417 additions and 11 deletions

View file

@ -45,7 +45,7 @@ export default defineConfig(({mode}) => {
createHtmlPlugin({
inject: {
data: {
APP_VERSION: APP_VERSION.replaceAll('"', "")
APP_VERSION: APP_VERSION?.replace(/"/g, "")
}
}
}),