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 9f5faab commit aedfc20Copy full SHA for aedfc20
Readme.md
@@ -171,7 +171,7 @@ type MyCustomReporter() =
171
Use it like this:
172
173
```fsharp
174
-let reporter = MyCustomReporter()
+let reporter = MyCustomReporter() :> ITestReporter
175
let results =
176
runTestSuiteWithContext
177
suite
@@ -191,7 +191,7 @@ Available reporters (available in the `Sprout.Reporters` namespace):
191
192
| | |
193
| ------- | --------------------------- |
194
-| NuGet | [`Sprout`](https://github.com/dlidstrom/Sprout/pkgs/nuget/Sprout) |
+| NuGet | [`Sprout`](https://www.nuget.org/packages/dlidstrom.Sprout) |
195
| Target | .NET Standard 2.0. |
196
| License | MIT |
197
| Author | Daniel Lidström |
0 commit comments