jest-templateJest-template vscode extenstion help to setup jest in the project and also help to write test snippet. UsageType and select one of the following commands:
Jest-Template will also suggest "expect(value)" by writing few starting word of expect and following after completing the string enter "." .The extension will suggest following snippet.
To Install and setup jest ,enter ctrl+shift+p and search "Install Jest". This will install jest , create test folder at root level also setup help with debug the jest test case. |