packages feed

confetti-1.0.0: test/Main.hs

import Test.Tasty
import Test.Tasty.HUnit
import Test.Tasty.SmallCheck

import Confetti

main :: IO ()
main = defaultMain $ testGroup "all-tests" tests

-- TODO(|p=101|#lol) - some tests would be good for future avi to write.
tests :: [TestTree]
tests = []