HoeenCoder / Wavelength

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

Regdate: Refactor using lib/fs.js #186

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 config.js doesn't exist - creating one with default settings... ! 0 passing (115ms) 1 failing 1) "before all" hook: initialization: Error: Cannot find module '../lib/fs' at require (internal/module.js:20:19) at Object. (WL.js:3:10) at require (internal/module.js:20:19) at Object. (app.js:114:13) at require (internal/module.js:20:19) at Context. (test/main.js:42:2) 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 config.js doesn't exist - creating one with default settings... ! 0 passing (76ms) 1 failing 1) "before all" hook: initialization: Error: Cannot find module '../lib/fs.js' at require (internal/module.js:20:19) at Object. (WL.js:3:12) at require (internal/module.js:20:19) at Object. (app.js:114:13) at require (internal/module.js:20:19) at Context. (test/main.js:42:2) 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

👍