purs-eval/test/Main.purs
2022-11-02 04:11:31 -03:00

9 lines
155 B
Plaintext

module Test.Main (main) where
import Prelude (Unit)
import Effect (Effect)
import Test.Compiler as Compiler
main :: Effect Unit
main = Compiler.runTests