1) Github Issue
ng test --watch=false
2) Add script to package.json
"scripts": {
"sr-tests": "ng test --watch=false"
}
With npm,
npm run sr-tests
or with yarn,
yarn sr-tests
Software architect. Web Development, build apps with Angular, TypeScript, JavaScript, and NestJS
1) Github Issue
ng test --watch=false
2) Add script to package.json
"scripts": {
"sr-tests": "ng test --watch=false"
}
With npm,
npm run sr-tests
or with yarn,
yarn sr-tests