Skip to content

Commit

Permalink
update scripts snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Jun 10, 2022
1 parent ae80339 commit 054ddd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __snapshots__/upload-spec.js
Expand Up @@ -23,6 +23,9 @@ exports['test runner manifest'] = {
"linux-x64": {
"url": "https://cdn.cypress.io/desktop/3.3.0/linux-x64/cypress.zip"
},
"linux-arm64": {
"url": "https://cdn.cypress.io/desktop/3.3.0/linux-arm64/cypress.zip"
},
"win32-x64": {
"url": "https://cdn.cypress.io/desktop/3.3.0/win32-x64/cypress.zip"
}
Expand Down
4 changes: 4 additions & 0 deletions __snapshots__/util-upload-spec.js
Expand Up @@ -13,6 +13,10 @@ exports['upload util isValidPlatformArch checks given strings second 1'] = {
"given": "linux-x64",
"expect": true
},
{
"given": "linux-arm64",
"expect": true
},
{
"given": "win32-x64",
"expect": true
Expand Down

0 comments on commit 054ddd1

Please sign in to comment.