Commit 17ee79a
fix(e2e): add type guard for appName to resolve TypeScript error
Add explicit type guard after expect(appName).toBeDefined() to narrow
the type from string | undefined to string, resolving TypeScript errors
at lines 452 and 457.
Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]>1 parent 460c588 commit 17ee79a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| 446 | + | |
446 | 447 | | |
447 | 448 | | |
448 | 449 | | |
| |||
0 commit comments