hash-gaming / robotk

Mostly helpful but sometimes trolly
MIT License
2 stars 1 forks source link

There are some linter issues in the tests #27

Closed YashdalfTheGray closed 6 years ago

YashdalfTheGray commented 6 years ago
$ npm run linter
> robotk@1.0.1 linter /home/travis/build/hash-gaming/robotk
> eslint .
/home/travis/build/hash-gaming/robotk/tests/general.spec.js
  17:25  warning  Unexpected unnamed generator function 'bind'  func-names
/home/travis/build/hash-gaming/robotk/tests/lit.spec.js
  18:25  warning  Unexpected unnamed generator function 'bind'  func-names
  31:25  warning  Unexpected unnamed generator function 'bind'  func-names
/home/travis/build/hash-gaming/robotk/tests/pugme.spec.js
  17:25  warning  Unexpected unnamed generator function 'bind'  func-names
  29:25  warning  Unexpected unnamed generator function 'bind'  func-names
✖ 5 problems (0 errors, 5 warnings)
YashdalfTheGray commented 6 years ago

closed with #30