Skip to content

Commit

Permalink
Deleted ViewTest: It changes frequently and UI bugs are not horrible.
Browse files Browse the repository at this point in the history
Better to spend more effort testing pure game logic.
  • Loading branch information
flober committed Aug 3, 2024
1 parent df15641 commit 7300d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 141 deletions.
3 changes: 1 addition & 2 deletions test/Spec.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ViewTest (viewTestGroup)
import Test.Tasty (defaultMain, testGroup)

main :: IO ()
main = defaultMain $ testGroup "Unit Tests" [viewTestGroup]
main = defaultMain $ testGroup "Unit Tests" []
139 changes: 0 additions & 139 deletions test/ViewTest.hs

This file was deleted.

0 comments on commit 7300d03

Please sign in to comment.