espial-0.0.3: purs/test/Main.purs
module Test.Main where import Prelude import Effect (Effect) import Effect.Console (log) main :: Effect Unit main = do log "You should add some tests."
module Test.Main where import Prelude import Effect (Effect) import Effect.Console (log) main :: Effect Unit main = do log "You should add some tests."