We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0bb1f commit 72788dcCopy full SHA for 72788dc
packages-exp/auth-exp/test/integration/webdriver/util/test_runner.ts
@@ -45,7 +45,7 @@ const SUITES: TempSuite[] = [];
45
/** Main entry point for all WebDriver tests */
46
export function browserDescribe(
47
title: string,
48
- generator: (driver: AuthDriver, browser?: string) => void
+ generator: (driver: AuthDriver, browser: string) => void
49
): void {
50
SUITES.push({
51
title,
0 commit comments