Run Jasmine tests from WebStorm
1 answer
This probably means that no suitable test strips were found. WebStorm does not control test run directly. This work is done by the tester. WebStorm supports several test runners - Mocha, Karma, Jest, JsTestDriver, nodeunit, ... The logic used to determine which test runner is available for a given test file is based on the dependency declarations in the nearest file package.json
.
+1
source to share