diff --git a/packages/app/cypress/e2e/support/execute-spec.ts b/packages/app/cypress/e2e/support/execute-spec.ts index 8acede21355b..911d0bc61bbc 100644 --- a/packages/app/cypress/e2e/support/execute-spec.ts +++ b/packages/app/cypress/e2e/support/execute-spec.ts @@ -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') @@ -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 {} diff --git a/tooling/v8-snapshot/cache/dev-linux/snapshot-meta.cache.json b/tooling/v8-snapshot/cache/dev-linux/snapshot-meta.cache.json index e2485724317e..739b6ea8c2ba 100644 --- a/tooling/v8-snapshot/cache/dev-linux/snapshot-meta.cache.json +++ b/tooling/v8-snapshot/cache/dev-linux/snapshot-meta.cache.json @@ -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", @@ -3526,5 +3527,5 @@ "./tooling/v8-snapshot/cache/dev-linux/snapshot-entry.js" ], "deferredHashFile": "yarn.lock", - "deferredHash": "95205f49259fe2d246d45ef15d1499f6e3d1d235d6db892124bbd5423f1ba872" + "deferredHash": "ce60d1d6cc0c77f20dcfc741105a5c53593752f814bf3cab816a3024faf68bfc" } \ No newline at end of file