run jest on single file
npm test <ng-project> -- --testFile "file-name-part"
run jest on single file
npm test <ng-project> -- --testFile "file-name-part"
jest run current file
option:1: (Specific test case)
node_modules.binjest "c:/Projects/src/tests/libs/Pusher/PushService.test.ts" -t "Should reconnect with different key on environment change"
option2: (Specific file- all test cases in that)
node_modules.binjest "c:/Projects/src/tests/libs/Pusher/PushService.test.ts"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us