Closed nvh closed 7 years ago
As it is named that way in mocha-phantomjs-core.js This bug caused the reporters to not have the right column width of the screen.
mocha-phantomjs-core.js
This was introduced by https://github.com/nathanboktae/mocha-phantomjs-core/commit/99886e5ce56d2276a0c36679c5b82f1afe52dee6, where both getColWidth and configureColWidth were are inserted in these two files.
getColWidth
configureColWidth
Thanks for the catch and fix!
Could you build a new release for this?
Yes it's out now as 2.1.2
2.1.2
As it is named that way in
mocha-phantomjs-core.js
This bug caused the reporters to not have the right column width of the screen.This was introduced by https://github.com/nathanboktae/mocha-phantomjs-core/commit/99886e5ce56d2276a0c36679c5b82f1afe52dee6, where both
getColWidth
andconfigureColWidth
were are inserted in these two files.