Danielblog.chiubaka.com·Aug 2, 2022Faithful E2E Testing of Nx Preset GeneratorsTLDR: 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...212 readsE2E