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 8ce4165 commit 4fcb24aCopy full SHA for 4fcb24a
docs/site/docs/extensions/bunit-generators.md
@@ -78,7 +78,7 @@ public class FeatureTests : TestContext
78
}
79
80
[ComponentStub<ThirdPartyText>]
81
-internal partial class ThidPartyStub { }
+internal partial class ThirdPartyStub { }
82
```
83
84
Current limitations of this approach is that he stubbed type is not allowed to be nested inside the test class.
src/bunit.generators/README.md
@@ -69,7 +69,7 @@ public class FeatureTests : TestContext
69
70
71
[ComponentStub<ThirdPartyText>)]
72
73
74
75
Current limitations of this approach:
0 commit comments