packages feed

gotyno-hs-1.0.0: test/Spec.hs

module Main where

import qualified ParsingSpec
import RIO
import Test.Hspec

main :: IO ()
main = do
  tsReferenceOutput <- ParsingSpec.typeScriptReferenceOutput
  fsReferenceOutput <- ParsingSpec.fSharpReferenceOutput
  pyReferenceOutput <- ParsingSpec.pythonReferenceOutput
  hspec $ ParsingSpec.spec tsReferenceOutput fsReferenceOutput pyReferenceOutput