Delete the stale tests
While this project would benefit from having test coverage, the current tests are not providing any useful coverage.
This commit is contained in:
parent
946764f6bd
commit
7d340689ba
2 changed files with 1 additions and 44 deletions
|
@ -1,12 +1,7 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE DeriveGeneric #-}
|
||||
module Main
|
||||
( main
|
||||
, getRules
|
||||
, URL(..)
|
||||
, Rule(..)
|
||||
) where
|
||||
module Main ( main ) where
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue