Skip to content

How to run the tests for a Yesod application

Greg Weber edited this page Aug 20, 2015 · 2 revisions

Testing a Yesod App

To test your app, you should first configure it with:

stack test
Clone this wiki locally