A UI for running mocha inside of your project.
It is required to install the npm package atom-ui-reporter
within your project:
npm install --save-dev atom-ui-reporter
Press ctrl+shift+alt+m
to open the mocha-ui
You can specify a pattern watch files. On changes mocha will be run. Syntax:
1/test/*.coffee
1/*.coffee
will watch all coffee-script files within your first project directory and its test
subdirectory.
Copyright (c) 2015 Paul Pflugradt Licensed under the MIT license.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.