-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest joi version does not work #586
Comments
Can confirm. The last working major version seems to be
when the expectation is this: .expect('jsonTypes', '*', {
someArray Joi.array()
})
|
Actually it is not released yet. Try |
Time to release 3.0.0 then, I guess? :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If i set up the Joi assertions like in the readme with
require('joi');
type assertion does not work.
If i use the the one coming with frisby
frisby.Joi
it work.
There seems to be a problem with the latest one?
The text was updated successfully, but these errors were encountered: