From fd6888070168d5785f50726531a03ba8cd43f401 Mon Sep 17 00:00:00 2001 From: Jess Date: Fri, 3 Jun 2022 10:39:20 +0200 Subject: [PATCH] fix: move Cypress links to "on" links so they do not break. (#109) --- template/code/default/src/components/TheWelcome.vue | 2 +- template/code/router/src/components/TheWelcome.vue | 2 +- template/code/typescript-default/src/components/TheWelcome.vue | 2 +- template/code/typescript-router/src/components/TheWelcome.vue | 2 +- utils/generateReadme.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue index 6c09bb99..d3d2e7ac 100644 --- a/template/code/default/src/components/TheWelcome.vue +++ b/template/code/default/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue index 6c09bb99..d3d2e7ac 100644 --- a/template/code/router/src/components/TheWelcome.vue +++ b/template/code/router/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue index ba5cb527..ce040fe3 100644 --- a/template/code/typescript-default/src/components/TheWelcome.vue +++ b/template/code/typescript-default/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue index ba5cb527..ce040fe3 100644 --- a/template/code/typescript-router/src/components/TheWelcome.vue +++ b/template/code/typescript-router/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/utils/generateReadme.ts b/utils/generateReadme.ts index 38b04ab2..569bf0ea 100644 --- a/utils/generateReadme.ts +++ b/utils/generateReadme.ts @@ -69,7 +69,7 @@ ${getCommand(packageManager, 'test:unit')} if (needsCypressCT) { npmScriptsDescriptions += ` -### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction) +### Run Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component) \`\`\`sh ${getCommand(packageManager, 'test:unit')} # or \`${getCommand( -- 2.39.5