Skip to content

Commit

Permalink
Make config required.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Feb 5, 2025
1 parent d62be26 commit 00b02b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ class AutomationBuilder extends BaseStepBuilder {
}
}

export function createAutomationBuilder(config?: TestConfiguration) {
export function createAutomationBuilder(config: TestConfiguration) {
return new AutomationBuilder(config)
}

0 comments on commit 00b02b1

Please sign in to comment.