hasql-pool-1.3.0.4: src/integration-tests/Specs/BySubject/SpecHook.hs
-- Docs: https://hspec.github.io/hspec-discover.html module Specs.BySubject.SpecHook where import Helpers.Hooks qualified as Hooks import Helpers.Scripts qualified as Scripts import Test.Hspec import Prelude hook :: SpecWith Scripts.ScopeParams -> Spec hook = aroundAll Hooks.postgres17 . parallel