mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 14:39:48 -06:00
build: remove testing of desktop-gui assets
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user