mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
9 lines
196 B
Haskell
9 lines
196 B
Haskell
module Main where
|
|
|
|
import Prologue
|
|
import qualified IntegrationFormatSpec
|
|
import Test.Hspec
|
|
|
|
main :: IO ()
|
|
main = hspec . parallel $ describe "Integration Format Specs" IntegrationFormatSpec.spec
|