rikhoffbauer/react-abac

ci: `Release` workflow fails because of missing `devDependency` `jest-environment-jsdom`

rikhoffbauer opened this issue · 1 comments

> react-abac@0.1.17 test /home/runner/work/react-abac/react-abac
> jest --coverage

● Validation Error:

  Test environment jest-environment-jsdom cannot be found. Make sure the testEnvironment configuration option points to an existing node module.

  Configuration Documentation:
  https://jestjs.io/docs/configuration


As of Jest 2[8](https://github.com/rikhoffbauer/react-abac/runs/6495600101?check_suite_focus=true#step:7:9) "jest-environment-jsdom" is no longer shipped by default, make sure to install it separately.
 ERROR  Test failed. See above for more details.
Error: Process completed with exit code 1.

SHOULD be fixed by adding jest-environment-jsdom as a devDependency

🎉 This issue has been resolved in version 0.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀