The first one is a one-liner into ngx-pug-builders code, the second one is changed by ng update, but not when using ngx-pug-builders, so it would eventually need a note in README ?
Until an ngx-pug-builders v15, changing tests.ts and calling ng test --include '**/*.ts' should be enough
Feature Description
Some infos on ngx-pug-builders and ng15
Tested with new angular 15, build / serve are OK.
ng test have problems as ng test outputs "Error: Specified patterns: "" did not match any spec files."
this is because of https://github.com/angular/angular-cli/commit/dbcea96274122db128099967fec3d1ecceafe1ab
two steps needed :
"default": ["**/*.spec.ts"]
in ngx-pug-builders karma/schema.json as in https://github.com/angular/angular-cli/commit/dbcea96274122db128099967fec3d1ecceafe1ab#diff-e4ee8d37e407771a03c6d8120841d855c106bf48c969a5dc5ef8a0db41bbe79cThe first one is a one-liner into ngx-pug-builders code, the second one is changed by ng update, but not when using ngx-pug-builders, so it would eventually need a note in README ?
Until an ngx-pug-builders v15, changing tests.ts and calling
ng test --include '**/*.ts'
should be enoughUse Case
Use ngx-pug-builders with ng 15