Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 445 Bytes

development.md

File metadata and controls

13 lines (8 loc) · 445 Bytes

Development

Setup

Run npm install && npm test && npm run link-local in the root folder to install and test and link everything.

In the packages/core/ folder npm run test:only will run unit tests without linting and more.

Debugging

The Test Explorer UI extension will give you an overview of tests as well as codelens above each test to run/debug.