atom-wannabe package
Atom package for wannabe.js
EXPERIMENTAL // WORK IN PROGRESS
It tries to run the test runner (mocha) on the current javascript file. Only javascript files that looks like a test are runned by atom-wannabe. This package is experimental and some drawbacks exist.
For example, babel is not really supported and if it's the case, then it's very slow.
Some settings are available with the package but most of time, the default values are fine.
Please, read: https://github.com/Skywalker13/wannabe.js#drawbacks
- Do not write infinite loop, it's not detected. In this case you can kill by closing the editor tab.