hoodiehq-archive / my-first-hoodie

⛔ deprecated
Other
157 stars 35 forks source link

[next] tests failing on something-tracker branch #87

Closed gr2m closed 8 years ago

gr2m commented 8 years ago

The tests are passing locally, but fail on Travis. The reason is a bug in Firefox, which sends a media parameter with the Content-Type header, which makes it an invalid JSON API request so that hapi-json-api fails. I’ve started a PR to work around that: https://github.com/wraithgar/hapi-json-api/pull/12

gr2m commented 8 years ago

worked around all this by running tests on saucelabs/chrome: 67e8b21