Open jonknowles opened 4 years ago
Unfortunately, the test scripts are broken and can only be run on node 0.10. I've been basically testing things manually as things are changing. I hope to revamp the test suite completely soon.
Ah, that explains things. Thank you for the extremely prompt response!
You're welcome. I'm actually in the middle of a refactor to move a bunch of things into separate files so it's a bit easier to work with this repo. Hopefully, afterwards I can start on updating tests.
I've cloned the repository and installed it successfully, but when I run
npm run test
I get the following error:I'm not very familiar with grunt build tools, but I've tried removing the jshint task by deleting
"jshint"
from the array on line 112 of ./Gruntfile.js. Runningnpm run test
after that also fails, but it gets a bit further:I've tried running this on node versions 8.11.2, 10.16.3, and 13.0.1, but none of those work. Are the tests supposed to be working for this project at the moment?