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 92111c6 commit f061082Copy full SHA for f061082
test/UnitTest/Services/DrawerServiceTest.cs
@@ -36,6 +36,9 @@ public async Task Show_Ok()
36
button = cut.Find("button");
37
await cut.InvokeAsync(() => button.Click());
38
39
+ option.Component = null;
40
+ Assert.Null(option.GetContent());
41
+
42
await service.Show<DrawerDemo>();
43
44
0 commit comments