Alexander Mills

Results 264 comments of Alexander Mills

Use NVM to upgrade to a newer version of Node.js https://github.com/creationix/nvm You should use version 8 if possible. Try using the original code, and then let me know if you...

are you sure you are using node version 8? what happens when you run `node -v` at the command line? make sure you do ``` nvm install 8 nvm use...

Is it your IDE that cannot identify the keywords or the actually node.js runtime? what is the error that you get?

You are getting closer. Ok, so `after` is a global variable that does not have to with Node or JavaScript, but it is from a test harness library like Jasmine...

`after.cb` is from the Suman library. Mocha does not have that style. Just use Mocha, if it is working for you.

Np at all...if you think I know a thing or two, definitely star this repo https://github.com/sumanjs/suman when I release that project it's gonna be so huge

by the way, in your code above, you want to do: ` return browser.quit();` this returns the promise to the caller, so the caller can wait for the promise to...

you mean istanbuljs/nyc?

if this is possible, something like this def belongs in the readme...however it would totally make sense if it were pretty much impossible to instrument code asynchronously/line-by-line.