HoeenCoder / Wavelength

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

Implement Slots Plug-in #201

Closed DeathlyPlays closed 6 years ago

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @DeathlyPlays, 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/slots.js 55:34 error 'Server' is not defined no-undef 57:34 error 'Server' is not defined no-undef 57:98 error 'moneyPlural' is not defined no-undef 72:43 error 'moneyPlural' is not defined no-undef 76:53 error 'moneyPlural' is not defined no-undef 85:70 error 'moneyPlural' is not defined no-undef 107:74 error 'moneyPlural' is not defined no-undef 115:110 error 'moneyPlural' is not defined no-undef 126:73 error 'moneyPlural' is not defined no-undef 127:54 error 'moneyPlural' is not defined no-undef ✖ 10 problems (10 errors, 0 warnings) npm ERR! Test failed. See above for more details. ```