HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

Drafts: Rewrite & Refactor to use lib/fs.js #189

Closed DeathlyPlays closed 6 years ago

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/drafts.js 36:129 error 'Server' is not defined no-undef 75:53 error 'Server' is not defined no-undef 83:53 error 'Server' is not defined no-undef 88:53 error 'Server' is not defined no-undef 94:52 error 'Server' is not defined no-undef ✖ 5 problems (5 errors, 0 warnings) npm ERR! Test failed. See above for more details. ```


TravisBuddy commented 6 years ago

Travis tests have failed

Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/drafts.js 94:52 error 'Server' is not defined no-undef ✖ 1 problem (1 error, 0 warnings) npm ERR! Test failed. See above for more details. ```


Volco commented 6 years ago

All works? no errors, no malformed json?

DeathlyPlays commented 6 years ago

👍