Skip to content

Commit 25907ae

Browse files
committed
fix: use needsNightwatchCT
1 parent 04cf184 commit 25907ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: utils/generateReadme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ ${commandFor('test:e2e', '--debug')}
123123
`
124124
}
125125

126-
if (needsNightwatch) {
126+
if (needsNightwatchCT) {
127127
npmScriptsDescriptions += `
128128
### Run Headed Component Tests with [Nightwatch Component Testing](https://nightwatchjs.org/guide/component-testing/introduction.html)
129129

0 commit comments

Comments
 (0)