You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably related to #33 or #28. It took me a while to track down the solution so I'm making this issue to hopefully help others searching for the answer.
I had a package.json file with something like this:
This is probably related to #33 or #28. It took me a while to track down the solution so I'm making this issue to hopefully help others searching for the answer.
I had a
package.json
file with something like this:When I ran my tests they'd hang unexpectedly causing timeouts on Travis CI. I had to specify an older version of
browser-run
to get them to run again:For more details:
https://travis-ci.org/haydn/json-api-store/builds/83237200
The text was updated successfully, but these errors were encountered: