Faithful E2E Testing of Nx Preset Generators
Aug 2, 2022 · 11 min read · TLDR: Here's a full working example of a faithful E2E test for an Nx preset generator since the default generated E2E harness isn't correct. Putting it all together, here's a full sample test suite: import { checkFilesExist, cleanup, runNxComma...
Join discussion