simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

refactor: Simplify init generator & cleanup unit & e2e tests #197

Closed simondotm closed 3 months ago

simondotm commented 3 months ago

Init generator now simplified. No options required, and just does what it needs to do:

unit & e2e tests updated to no longer concern themselves with testing if @nx/node dependencies are added - the tests either pass, or fail if nx did something unexpected with dependencies (which happens in some Nx releases). All of that is out of scope for the plugin.