build: remove testing of desktop-gui assets

This commit is contained in:
ElevateBart
2021-12-07 14:23:32 -06:00
parent 2eb53c79c3
commit f4a6a3a8a3

View File

@@ -47,21 +47,6 @@ const testStaticAssets = async (buildResourcePath) => {
['-ms-', 20],
],
}),
testPackageStaticAssets({
assetGlob: `${buildResourcePath}/packages/desktop-gui/dist/index.html`,
goodStrings: [
// make sure webpack is run with NODE_ENV=production
`window.env = 'production'`,
],
}),
testPackageStaticAssets({
assetGlob: `${buildResourcePath}/packages/desktop-gui/dist/app.js`,
goodStrings: [
// make sure webpack is run with NODE_ENV=production
'react.production.min.js',
],
}),
testPackageStaticAssets({
assetGlob: `${buildResourcePath}/packages/socket/node_modules/socket.io-parser/dist/binary.js`,
badStrings: [