manfredsteyer / ngx-build-plus

Extend the Angular CLI's default build behavior without ejecting, e. g. for Angular Elements
1.19k stars 136 forks source link

Option to skip adding test builder 'ngx-build-plus:karma' #261

Open codingnuclei opened 3 years ago

codingnuclei commented 3 years ago

Currently as I understand it from

https://github.com/manfredsteyer/ngx-build-plus/blob/cli8/lib/schematics/add-ngx-build-plus/index.ts

All projects will get the builder 'ngx-build-plus:karma'.

I am working within Nx and would like to use their jest builder.

What are your thoughts on adding an option to ng add ngx-build-plus to skip this?

Cheers

DaSchTour commented 3 years ago

Maybe there could also be a possibility to have ngx-build-plus:jest?