Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 821 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 821 Bytes

Contributing

  • Be sure to add a test for each change you make

Tips

  • Use npm run tdd to compile and re-run tests when a file is modified
  • Use VERBOSE=true npm run tdd to add logging output to the above command
  • Add export let only=true to a test in test/e2e to just run that test
  • Add export let exclude=true to a test (or, add .ignore to its filename) in test/e2e to not run that test
  • To debug a test, with breakpoints:
    1. Run npm run pretest
    2. Follow the instructions here for VSCode, here for Webstorm, or here for Chrome Devtools