I don't quite understand how magento2 implements tests in javascript.
From this doc: http://devdocs.magento.com/guides/v2.1/extension-dev-guide/test/test_js-unit.html it looks like it is possible to run javascript tests only though phpstorm?
If yes, is it possible to use some hacks to simulate the tests using just a text editor and command line? (I just don't understand why you need a specific IDE to develop with magento2)