Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jaysoo
Copy link
Member

@jaysoo jaysoo commented Nov 21, 2025

When adding Cypress to a library, the generated commands.ts causes TS2669 error because declare global requires the file to be a module. Changed to use declare namespace Cypress directly.

Fixes #32930

…template

When adding Cypress to a library, the generated commands.ts causes TS2669 error because declare global requires the file to be a module. Changed to use declare namespace Cypress directly.

Fixes #32930
@jaysoo jaysoo requested a review from a team as a code owner November 21, 2025 19:27
@jaysoo jaysoo requested a review from leosvelperez November 21, 2025 19:27
@vercel
Copy link

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Nov 21, 2025 7:31pm

@netlify
Copy link

netlify bot commented Nov 21, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 7865f72
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6920bd0fadbced0008c7b2cb
😎 Deploy Preview https://deploy-preview-33573--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Nov 21, 2025

View your CI Pipeline Execution ↗ for commit 7865f72

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 8m 17s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 2m 40s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 11s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-24 13:34:39 UTC

@jaysoo jaysoo merged commit b7cfee1 into master Nov 24, 2025
23 of 26 checks passed
@jaysoo jaysoo deleted the NXC-3515 branch November 24, 2025 13:35
@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid types when adding Cypress support

3 participants