Unit testing for brackets uses Jasmine.
Run brackets-app and click "Run Tests" from the menu (debugging and dev tools not supported)
Adding New Tests
- Create a new .js file under spec/
- Write the test (see spec/Editor-test.js or Jasmine documentation)
- Edit SpecRunner.html and add the spec .js file in a new script tag
None