6 lines
86 B
Haskell
6 lines
86 B
Haskell
module SpecHook (hook) where
|
|
|
|
import Test.Hspec
|
|
|
|
hook :: Spec -> Spec
|
|
hook = parallel
|