# start all tests
npx jest

# test specific test my partial name match
npx jest -t 'VARIABLE #1'
npx jest -t '#1'

# debug test
- select unit test file
- add brakpoints
- in debuger select "DEBUG Jest SelectedFile"
- and pres debug button