We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0275acb commit f1e6fcaCopy full SHA for f1e6fca
typings/index.d.ts
@@ -554,7 +554,7 @@ declare const xScenario: CodeceptJS.IScenario;
554
declare const xFeature: CodeceptJS.IFeature;
555
declare function Data(data: any): CodeceptJS.IData;
556
declare function xData(data: any): CodeceptJS.IData;
557
-declare function defineParameterType(options: CodeceptJS.IParameterTypeDefinition<any>): void
+declare function DefineParameterType(options: CodeceptJS.IParameterTypeDefinition<any>): void
558
559
// Hooks
560
declare const BeforeSuite: CodeceptJS.IHook;
@@ -599,7 +599,7 @@ declare namespace NodeJS {
599
Given: typeof Given;
600
When: typeof When;
601
Then: typeof Then;
602
- DefineParameterType: typeof defineParameterType
+ DefineParameterType: typeof DefineParameterType
603
}
604
605
0 commit comments