This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Description
I use brackets-nodesjs-integration to launch unit tests. My unit tests library is Intern. It works with a npm command npm run test where test is a script defined in my package.json file :
"scripts": {
"test": "intern-client config=tests/config"
}
Is it a way to have the result like your mocha test sample with the list of tests in left panel?
Other question : there is some colors on the text result when i run the command in my terminal (CMD on Windows 10). Why this colors are not displayed in your extension although there are colors in your nodejs process sample?