Skip to content

Files

Latest commit

 

History

History

unit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Unit tests

You can run all the unit tests for the extension using yarn testWithCoverage. This will run the tests and generate a coverage report in the coverage folder.

For better debugging, you can install following extensions in VS Code:

  • "ms-vscode.extension-test-runner": For running tests and debugging from the Test Explorer Unit test explorer
  • "tenninebt.vscode-koverage": For seeing code coverage in test explorer. Unit test coverage explorer
  • "ryanluker.vscode-coverage-gutters": For seeing code coverage in the editor. You nee Coverage gutters