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.
configFormatter
configFormat
1 parent e1737a4 commit 1c1e320Copy full SHA for 1c1e320
test/Main.hs
@@ -2,8 +2,9 @@ module Main (main) where
2
3
import Test.Hspec.Runner
4
import Test.Hspec.Formatters.Codewars (codewars)
5
+import Test.Hspec.Core.Formatters.V1 (formatterToFormat)
6
7
import qualified Spec
8
9
main :: IO ()
-main = hspecWith defaultConfig {configFormatter = Just codewars} Spec.spec
10
+main = hspecWith defaultConfig {configFormat = Just $ formatterToFormat codewars} Spec.spec
0 commit comments