Skip to content

Commit

Permalink
fix: use needsNightwatchCT
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored and cexbrayat committed Feb 21, 2024
1 parent 04cf184 commit 32a0aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generateReadme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32a0aa6

Please sign in to comment.