mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
Add a spec for Source.
This commit is contained in:
parent
2b34916554
commit
dcc164d09f
@ -116,6 +116,7 @@ test-suite semantic-diff-test
|
||||
, InterpreterSpec
|
||||
, PatchOutputSpec
|
||||
, RangeSpec
|
||||
, Source.Spec
|
||||
, TermSpec
|
||||
build-depends: base
|
||||
, bifunctors
|
||||
|
9
test/Source/Spec.hs
Normal file
9
test/Source/Spec.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Source.Spec where
|
||||
|
||||
import Prologue
|
||||
import Source
|
||||
import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = do
|
||||
pure ()
|
Loading…
Reference in New Issue
Block a user