-
Notifications
You must be signed in to change notification settings - Fork 25
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
Passing NaN as point coordinates should fail #29
Comments
@kjeremy: Please contribute a pull request which confirms this case. See an example similar test here: https://github.com/RideAmigosCorp/mongoose-geojson-schema/blob/master/test/GeoJSON.integration.js#L111 |
@joshkopecek Looks good to me. I also see an unrelated warning that the node-growl dependency should be updated due to a security issue. |
LGTM |
I pushed two commits to master which removes the unused supertest dep, which was generating a security warning. I also updated "mocha", because one of it's deps had a security warning as well. Releasing soon is not important, as neither dep update affects live code. |
@markstos I've pushed an update, tagged
|
This:
passes the range checks but it shouldn't.
The text was updated successfully, but these errors were encountered: