File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,6 @@ export function getStepDefinitionPatternsPost10(
9898 throw new Error ( `${ filepath } is not inside ${ projectRoot } ` ) ;
9999 }
100100
101- debug (
102- `looking for step definitions using ${ util . inspect (
103- configuration . preprocessor . stepDefinitions
104- ) } `
105- ) ;
106-
107101 const filepathReplacement = trimFeatureExtension (
108102 path . relative ( projectRoot , filepath )
109103 ) ;
@@ -118,6 +112,8 @@ export function getStepDefinitionPatternsPost10(
118112 ? [ configuration . preprocessor . stepDefinitions ] . flat ( )
119113 : DEFAULT_POST_10_STEP_DEFINITIONS ;
120114
115+ debug ( `looking for step definitions using ${ util . inspect ( stepDefinitions ) } ` ) ;
116+
121117 return stepDefinitions
122118 . flatMap ( ( pattern ) => {
123119 if ( pattern . includes ( "[filepath]" ) && pattern . includes ( "[filepart]" ) ) {
You can’t perform that action at this time.
0 commit comments