Answers for "run jest specific file"

1

run jest on single file

npm test <ng-project> -- --testFile "file-name-part"
Posted by: Guest on May-11-2021
1

run jest test for a single file

yarn test -- <file-name>
Posted by: Guest on November-19-2021

Code answers related to "run jest specific file"

Browse Popular Code Answers by Language