Removing output from test
This commit is contained in:
parent
17ca343b45
commit
b085e63aa7
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ generateJSSpec n gen = describe specLabel $ do
|
|||
parseFromString jsStr `shouldSatisfy` isRight
|
||||
where
|
||||
specLabel = "generateJS(" ++ (show n) ++ ")"
|
||||
output = putStrLn
|
||||
output _ = return ()
|
||||
genJS req = gen req
|
||||
header :: TestNames -> String -> String -> String
|
||||
header v headerName headerValue
|
||||
|
|
Loading…
Reference in a new issue