Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-cadorette authored Dec 15, 2022
1 parent 2d8ed8e commit 4f204bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ main = do
goldenSpecs (Proxy :: Proxy Person)
goldenSpecs (Proxy :: Proxy OnOrOff)

-- Like goldenSpecs but will not use the Arbritrary instance when running the test
roundtripFromFile (Proxy :: Proxy Person)
roundtripFromFile (Proxy :: Proxy OnOrOff)

-- use the module name as a dir when saving and opening files
goldenSpecs (defaultSettings { useModuleNameAsSubDirectory = True }) (Proxy :: Proxy Person)
goldenSpecs (defaultSettings { useModuleNameAsSubDirectory = True }) (Proxy :: Proxy OnOrOff)
Expand Down

0 comments on commit 4f204bd

Please sign in to comment.