module Main where import Test.Hspec import IHP.Prelude import qualified Test.Architecture.LayerBoundarySpec as LayerBoundary main :: IO () main = hspec do describe "Example" do it "should pass" do 1 + 1 `shouldBe` (2 :: Int) LayerBoundary.spec