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 324e808 commit 09ee510Copy full SHA for 09ee510
1 file changed
tests/bunit.web.tests/JSInterop/BunitJSInteropTest.cs
@@ -108,6 +108,7 @@ public void Test101()
108
x => x.Identifier.ShouldBe(identifier),
109
x => x.Arguments.ShouldBe(args));
110
}
111
+
112
[Fact(DisplayName = "All invocations received AFTER a invocation handler " +
113
"has a result set, receives the same result")]
114
public async Task Test005x()
0 commit comments