:sparkles: :rocket: Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.
Due to recent modifications on the exports clause in the Cucumber.js package.json, the import of the CLI folder wasn't looking for the index.js.
To prevent upcoming issues, I added the 8th version of Cucumber.js on our CI.
I also update the Yarn version (it fixed a bug on my local machine).
Closes #75
Due to recent modifications on the
exports
clause in the Cucumber.jspackage.json
, the import of the CLI folder wasn't looking for theindex.js
. To prevent upcoming issues, I added the 8th version of Cucumber.js on our CI.I also update the Yarn version (it fixed a bug on my local machine).