Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf9dc45

Browse files
committedFeb 21, 2024
chore: remove unused parameter
1 parent 04cf184 commit cf9dc45

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ async function init() {
559559
needsCypress,
560560
needsNightwatch,
561561
needsPlaywright,
562-
needsNightwatchCT,
563562
needsCypressCT,
564563
needsEslint
565564
})

‎utils/generateReadme.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function generateReadme({
2222
needsCypress,
2323
needsNightwatch,
2424
needsCypressCT,
25-
needsNightwatchCT,
2625
needsPlaywright,
2726
needsVitest,
2827
needsEslint

0 commit comments

Comments
 (0)
Please sign in to comment.