You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
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 :
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?
The text was updated successfully, but these errors were encountered:
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 :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?
The text was updated successfully, but these errors were encountered: