mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
6 lines
286 B
Haskell
6 lines
286 B
Haskell
{-# OPTIONS_GHC -F -pgmF tasty-discover -optF --modules=*Test.hs #-}
|
|
|
|
-- -optF --modules=*Test.hs tells tasty-discover to pick up only files that match *Test.hs.
|
|
-- I did not do this for any strong reason so we can remove it in the future if we figure out
|
|
-- it is too restrictive.
|