packages feed

postgresql-syntax-0.5.0.0: hspec-test/Ast/BExprSpec.hs

module Ast.BExprSpec (spec) where

import Helpers.Specs
import PostgresqlSyntax.Ast.BExpr
import Test.Hspec

spec :: Spec
spec = do
  itSatisfiesIsAst @BExpr
  itSatisfiesArbitrary @BExpr