Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
The HSX tests have been moved to the ihp-hsx package
  • Loading branch information
mpscholten committed Aug 7, 2024
1 parent 17c09bf commit 5630059
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ import qualified Test.IDE.CodeGeneration.ControllerGenerator
import qualified Test.IDE.CodeGeneration.ViewGenerator
import qualified Test.IDE.CodeGeneration.MailGenerator
import qualified Test.IDE.CodeGeneration.JobGenerator
import qualified Test.HSX.QQSpec
import qualified Test.HSX.ParserSpec
import qualified Test.NameSupportSpec
import qualified Test.HaskellSupportSpec
import qualified Test.View.CSSFrameworkSpec
Expand Down Expand Up @@ -64,10 +62,8 @@ main = hspec do
Test.IDE.CodeGeneration.ViewGenerator.tests
Test.IDE.CodeGeneration.MailGenerator.tests
Test.IDE.CodeGeneration.JobGenerator.tests
Test.HSX.QQSpec.tests
Test.NameSupportSpec.tests
Test.HaskellSupportSpec.tests
Test.HSX.ParserSpec.tests
Test.View.CSSFrameworkSpec.tests
Test.View.FormSpec.tests
Test.Controller.ContextSpec.tests
Expand Down

0 comments on commit 5630059

Please sign in to comment.