vlucas / frisby

Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.

Home Page:http://frisbyjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Joi export and move it from peer dependencies to dependencies

lukeshay opened this issue · comments

Being able to import Joi fro frisby is nice, but unnecessary when it has to be installed as a peer dependency. It also causes problems if you are wanting to use a newer or older version of Joi than what frisby uses.