Denis

Results 13 comments of Denis

@SimenB small example with Array(simplified one): ```js it.only('multiple parameters', function () { let url = require('url'); let query = url.parse('https://www.rakuten.co.jp/?f=1&f=2&f=3', true).query; console.log(query.f); // [ '1', '2', '3' ] console.log(query.f instanceof...

it's known issue for mocha https://github.com/visionmedia/mocha/pull/710 I think i can implement actual for failed tests. but i think expected is unnecessary because you can always see what's expected in tests...

When upgrading from WDIOv4 + zinserjan/wdio-screenshot we also encounter problems with that. So adding that feature would be helpful :)

Do you think it's better than solarized ? For myself prefer brighter colorscheme. I can include this colorscheme in config by default, but you still need to enable it manually...

-add arpegio and mapping to esc

better late then never :) i tried - looks like works for me, might be already fixed because a lot of changes was pushed since then.