Combine test and application dependencies
This commit is contained in:
8
tests/SlackBuilder/PackageSpec.hs
Normal file
8
tests/SlackBuilder/PackageSpec.hs
Normal file
@ -0,0 +1,8 @@
|
||||
module SlackBuilder.PackageSpec
|
||||
( spec
|
||||
) where
|
||||
|
||||
import Test.Hspec (Spec)
|
||||
|
||||
spec :: Spec
|
||||
spec = pure ()
|
Reference in New Issue
Block a user