Closed
Description
Now you've done it, got me interested enough to clone, build, and test. 👍
Running the command npm test
gives me 7 minor issues, and exits with failure. They are all basically like this:
Invalid line break at test/streams.js :
1 |'use strict';
---------------------^
2 |
3 |var expect = require('expect');
7 code style errors found.
I don't know your lint style, is it objecting to the semicolon, or something about the line break?
I'm on a Windows 10 machine if it matters, running node v6.10.3 and npm v5.0.3.
Metadata
Metadata
Assignees
Labels
No labels