Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 456 Bytes

File metadata and controls

17 lines (12 loc) · 456 Bytes

vscode-test-sample

Sample for using https://github.com/microsoft/vscode-test.

Continuously tested with latest changes:

When making changes to vscode-test library, you should compile and run the tests in this sample project locally to make sure the tests can still run successfully.

npm install
npm run compile
npm test