mirror of https://github.com/lukechilds/node.git
Browse Source
- var -> const where possible - assert.equal -> assert.strictEqual - passed the setTimeout function a second parameter for readability - used assert.strictEqual for assert(!c) as it is expected to be 0 and not some other value PR-URL: https://github.com/nodejs/node/pull/10321 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>v6.x
Emanuel Buholzer
8 years ago
committed by
Myles Borins
1 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue