mgechev / codelyzer

Static analysis for Angular projects.
http://codelyzer.com/
MIT License
2.45k stars 234 forks source link

style(docs): add test debugging section #995

Open gbmeow opened 3 years ago

gbmeow commented 3 years ago

Purpose I am starting to learn about codelyzer, and wanted to get started by debugging the tests, to understand how codelyzer works.

Questions Should we try to add a debug script in package.json? Where tsc would compile and copy a single test file with dist/test/fixtures - and use node --inspect to debug the test?