Skip to content

Commit 1a92745

Browse files
committed
Correct mistake in type-specific configuration
This was never named `ct`.
1 parent 4630f89 commit 1a92745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Configuration values for specific types of testing (e2e / component) can be conf
3737
"e2e": {
3838
"stepDefintions": "cypress/e2e/[filepath].{js,mjs,ts,tsx}"
3939
},
40-
"ct": {
40+
"component": {
4141
"stepDefintions": "src/[filepath].{js,mjs,ts,tsx}"
4242
}
4343
}

0 commit comments

Comments
 (0)