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 f4ae9de commit b9ef7f0Copy full SHA for b9ef7f0
test/UnitTest/Components/TypedTest.cs
@@ -37,6 +37,8 @@ public void Options_Ok()
37
});
38
cut.MarkupMatches("<span diff:ignore></span>");
39
40
+ cut.SetParametersAndRender();
41
+
42
cut.SetParametersAndRender(pb =>
43
{
44
pb.Add(a => a.Options, new TypedOptions() { Text = ["test1", "test2", "test3"], TypeSpeed = 70 });
0 commit comments