mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
refactor: Set up Cypress as pnpm workspace (no-changelog) (#6049)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
4
cypress/augmentation.d.ts
vendored
Normal file
4
cypress/augmentation.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'cypress-otp' {
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default function generateOTPToken(secret: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user