Initial commit: converge - auto-sync git repo watcher
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module Main (main) where
|
||||
|
||||
import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec $ do
|
||||
describe "Converge" $ do
|
||||
it "compiles" $ do
|
||||
True `shouldBe` True
|
||||
Reference in New Issue
Block a user