tcdejong
tcdejong
Having some overhead from unused packages like sinon/mocha/chai is totally acceptable for a starter kit, in my mind. The installation hurdles from the server mockup not so much. I'd side...
Thanks @pyrodogg for contacting the previous maintainer and working on the mockup. That said, I'm still not in favor given the Python requirement. Running two versions of Python is annoying...
In package.json, change the version for the `rollup-plugin-commonjs` to `8.1.4`, run `npm install` and you should be golden.
I haven't written such a test before but I guess it's relatively simple to do. It could be something like: (psuedo code) ```psuedo Load official constants into object A Load...