dangoor / TestQuickly

Brackets extension to make running tests faster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A trivial Brackets extension that adds a shortcut Cmd/Ctrl-P for running tests that are referred to by the current file.

To tell the extension which tests should be run, add a specially formatted comment to the file. Here's an example from QuickOpen.js:

/*unittests: QuickOpen */

This tells TestQuickly to run the suite called QuickOpen.

About

Brackets extension to make running tests faster


Languages

Language:JavaScript 100.0%