]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: use needsNightwatchCT
authorbtea <2356281422@qq.com>
Wed, 21 Feb 2024 09:37:10 +0000 (17:37 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 21 Feb 2024 09:47:56 +0000 (10:47 +0100)
utils/generateReadme.ts

index 5ef3457ca25b5ce98c916002c140e1126976f7f4..0dd18afae0d9f0a4294a822a7109aede5a48a0d9 100644 (file)
@@ -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)