-
Notifications
You must be signed in to change notification settings - Fork 659
Description
When I start the karma runner the test suite is empty =>
"C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\JetBrains\WebStorm 10.0.1\plugins\js-karma\js_reporter\karma-intellij\lib\intellijRunner.js" --karmaPackageDir=C:\iplanmylessons.client\node_modules\karma --serverPort=9876 --urlRoot=/
Empty test suite.
Process finished with exit code 0
I know that the karma.config.js needs entries in the files property like this:
files: [ 'pathToMyTestFiles.js']
but do newbies know that?
I think that is an improvement, but I do not know wether this is your improvment or you are just forwarding the karma stuff...
I would just expect from a generator tool when I start the application that it loads
and when I run the tests that i runs the tests available.