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.
2 parents e1737a4 + 1c1e320 commit 43b63bfCopy full SHA for 43b63bf
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