From: btea <2356281422@qq.com> Date: Wed, 21 Feb 2024 09:37:10 +0000 (+0800) Subject: fix: use needsNightwatchCT X-Git-Tag: v3.10.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a0aa6e59fe8a6e363ceecfcef1fb1d6a92c129;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: use needsNightwatchCT --- diff --git a/utils/generateReadme.ts b/utils/generateReadme.ts index 5ef3457c..0dd18afa 100644 --- a/utils/generateReadme.ts +++ b/utils/generateReadme.ts @@ -123,7 +123,7 @@ ${commandFor('test:e2e', '--debug')} ` } - if (needsNightwatch) { + if (needsNightwatchCT) { npmScriptsDescriptions += ` ### Run Headed Component Tests with [Nightwatch Component Testing](https://nightwatchjs.org/guide/component-testing/introduction.html)