Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 484 Bytes

development.md

File metadata and controls

13 lines (7 loc) · 484 Bytes

Development

Setup

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

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

Node 16 is required for development

Debugging

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