* chore(nxdev): enable e2e testing for nx-dev * chore(nxdev): remove vercel github workflow, run on circle * chore(repo): try and fix cypress on circle * chore(repo): try and fix cypress on circle * chore(repo): update node dep cache key to include package.json
9 lines
313 B
TypeScript
9 lines
313 B
TypeScript
// ***********************************************
|
|
// For more comprehensive examples of custom
|
|
// commands please read more here:
|
|
// https://on.cypress.io/custom-commands
|
|
// ***********************************************
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
declare namespace Cypress {}
|