Skip to content

Commit

Permalink
update exports and snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Nov 8, 2022
1 parent 995dc7e commit 4d4bb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions packages/app/cypress/e2e/support/execute-spec.ts
Expand Up @@ -22,7 +22,7 @@ declare global {
}
}

const waitForSpecToFinish = (expectedResults, timeout?: number) => {
export const waitForSpecToFinish = (expectedResults, timeout?: number) => {
// First ensure the test is loaded
cy.get('.passed > .num').should('exist')
cy.get('.failed > .num').should('exist')
Expand All @@ -39,8 +39,3 @@ const waitForSpecToFinish = (expectedResults, timeout?: number) => {
}

Cypress.Commands.add('waitForSpecToFinish', waitForSpecToFinish)

// Here we export an empty object to tell the
// typescript type checker that this definitely is a module.
// This way, we are allowed to use the global namespace declaration
export {}
3 changes: 2 additions & 1 deletion tooling/v8-snapshot/cache/dev-linux/snapshot-meta.cache.json
Expand Up @@ -47,6 +47,7 @@
"./packages/network/node_modules/minimatch/minimatch.js",
"./packages/server/lib/modes/record.js",
"./packages/server/lib/modes/run.ts",
"./packages/server/lib/open_project.ts",
"./packages/server/node_modules/@benmalka/foxdriver/node_modules/graceful-fs/polyfills.js",
"./packages/server/node_modules/glob/node_modules/minimatch/minimatch.js",
"./packages/server/node_modules/graceful-fs/polyfills.js",
Expand Down Expand Up @@ -3526,5 +3527,5 @@
"./tooling/v8-snapshot/cache/dev-linux/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "95205f49259fe2d246d45ef15d1499f6e3d1d235d6db892124bbd5423f1ba872"
"deferredHash": "ce60d1d6cc0c77f20dcfc741105a5c53593752f814bf3cab816a3024faf68bfc"
}

1 comment on commit 4d4bb26

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4d4bb26 Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/linux-arm64/marktnoonan/windows-test-updates-4d4bb26df7e44867f058747edf9fe1650d7fbf1e/cypress.tgz

Please sign in to comment.