packages feed

sydtest-0.12.0.0: src/Test/Syd/Runner/Synchronous.hs

module Test.Syd.Runner.Synchronous
  ( runSpecForestSynchronously,
    runSpecForestInterleavedWithOutputSynchronously,
  )
where

import Test.Syd.Runner.Synchronous.Interleaved
import Test.Syd.Runner.Synchronous.Separate