Skip to content

Commit

Permalink
Update packages/packherd-require/src/loader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Nov 15, 2022
1 parent 3c6fe3e commit 9e428e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/packherd-require/src/loader.ts
Expand Up @@ -902,6 +902,7 @@ export class PackherdModuleLoader {

require.resolve = Object.assign(
(moduleUri: string, options?: { paths?: string[] }) => {
// Handle the case where options populated. The module is expected to be outside of the cypress snapshot so use the original require.resolve.
if (options && options.paths) {
return originalRequireResolve(moduleUri, options)
}
Expand Down

5 comments on commit 9e428e4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9e428e4 Nov 15, 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.1.0/linux-arm64/ryanm/fix/typescript-issue-9e428e4ada7d115dfd66ee03a208e1558e6d93e5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9e428e4 Nov 15, 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 x64 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.1.0/linux-x64/ryanm/fix/typescript-issue-9e428e4ada7d115dfd66ee03a208e1558e6d93e5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9e428e4 Nov 15, 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 darwin x64 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.1.0/darwin-x64/ryanm/fix/typescript-issue-9e428e4ada7d115dfd66ee03a208e1558e6d93e5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9e428e4 Nov 15, 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 win32 x64 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.1.0/win32-x64/ryanm/fix/typescript-issue-9e428e4ada7d115dfd66ee03a208e1558e6d93e5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9e428e4 Nov 15, 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 darwin 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.1.0/darwin-arm64/ryanm/fix/typescript-issue-9e428e4ada7d115dfd66ee03a208e1558e6d93e5/cypress.tgz

Please sign in to comment.