Module
CompileFail.Golden
- Package
- purescript-compile-fail
- Repository
- rowtype-yoga/purescript-compile-fail
#GoldenResult Source
data GoldenResultConstructors
GoldenMatchGoldenMismatch { actual :: String, expected :: String, goldenPath :: String }GoldenNew { actual :: String, goldenPath :: String }
#checkGolden Source
checkGolden :: { actual :: String, goldenDir :: String, testName :: String } -> Aff GoldenResult