Closed krepflap closed 6 years ago
Closing this only because I'm removing gulp/mocha/sinon/chai from the project since they're unushed. Gulp is only being used to call eslint which is easy enough to call on its own and there are currently no tests. I'll re-add them when we actually have tests.
I updated all the packages with
npm audit fix
to fix the security issues in dependent package versions. Things seem not to break.open.js
anduse.js
, both undefined vars)npm run test
doesn't fail spectacularly, and this paves the way for adding test casesIs this useful ? I have some spare time to work on other things too if there is interest.