I have a command to run the pact tests:
"ng test --karma-config karma-pact.conf.js --main src/test-pact.ts --ts-config src/tsconfig-pact.spec.json --watch=false --source-map=false"
They are running, but after done with the tests it doesn't kill the process and just wait. This happens after updating from Angular 12 to Angular 14.