File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ expectType<CodeceptJS.ScenarioConfig>(
69
69
)
70
70
71
71
// @ts -ignore
72
- expectType < void > (
72
+ expectType < CodeceptJS . HookConfig > (
73
73
Before ( args => {
74
74
// @ts -ignore
75
75
expectType < CodeceptJS . SupportObject > ( args )
@@ -79,7 +79,7 @@ expectType<void>(
79
79
)
80
80
81
81
// @ts -ignore
82
- expectType < void > (
82
+ expectType < CodeceptJS . HookConfig > (
83
83
BeforeSuite ( args => {
84
84
// @ts -ignore
85
85
expectType < CodeceptJS . SupportObject > ( args )
@@ -89,7 +89,7 @@ expectType<void>(
89
89
)
90
90
91
91
// @ts -ignore
92
- expectType < void > (
92
+ expectType < CodeceptJS . HookConfig > (
93
93
After ( args => {
94
94
// @ts -ignore
95
95
expectType < CodeceptJS . SupportObject > ( args )
@@ -99,7 +99,7 @@ expectType<void>(
99
99
)
100
100
101
101
// @ts -ignore
102
- expectType < void > (
102
+ expectType < CodeceptJS . HookConfig > (
103
103
AfterSuite ( args => {
104
104
// @ts -ignore
105
105
expectType < CodeceptJS . SupportObject > ( args )
You can’t perform that action at this time.
0 commit comments