Jest run file vscode saat ini

option:1: (Specific test case)
node_modules\.bin\jest "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\.bin\jest "c:/Projects/src/tests/libs/Pusher/PushService\.test\.ts"
Ashamed Antelope