Browse Source
Object.assign is introduced in ES6 (2015) which is not supported by PhantomJS. Replace it with the equivalent _.extend function to prevent frontend tests from failing. 1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Specifications 2. https://github.com/ariya/phantomjs/issues/14506pull/326/head
Kiril Vangelovski
6 years ago
2 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue