Unable to Run App (ionic serve ) and UnitTest (npm run test) Together in Ionic v5

Unable to Run App (ionic serve ) and UnitTest (npm run test) Together in Ionic v5

hello, am upgrading my app from v3 to v5 version of ionic with capacitor support, in earlier v3 i was able to execute “npm run test” and “ionic serve” together, but now in v5 unable to do so, even ts.config , ts.app.config is also same.

can anyone suggest be how to solve it.