Closed sjones6 closed 6 years ago
Any idea what is causing travis to fail this?
@Bronson-Brown-deVost : The menu changes were minimal just to avoid making an AJAX request that was causing a console error on running tests. I won't be making any more changes so as to not merge conflict your work.
Most recent build failure seems related to something in Firefox ... not sure what that's about just now. The previous mistake was something silly.
@Bronson-Brown-deVost : here's an interesting one ... Promise.prototype.finally
is implemented in Firefox 58, and Travis runs Firefox 56. Hence why I wasn't getting errors locally: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally
There's trouble in the Potrace tests. I don't know what's going on there enough to be able to say. @Bronson-Brown-deVost , could ways we could go here:
My latest push skips the two failing test cases.
Another round of tests and other minor changes (all misc. formatting changes made by Prettier)