Travis build is broken
Closed this issue · 0 comments
DamianMullins commented
Currently the Travis builds are broken firtstly because of an issue with the babel resolution not being set up, a fix was tested in this PR but another issue crops up in the node v10.x build.
The unit test run fails with a TypeError
which states "Cannot redefine property: matchMedia", this code is contained within beforeEach
blocks.
The node v8.x build runs and completes with no issues.
I'm not familiar with this code and wasn't able to find a solution. Has anyone seen this issue before?