I'm using the IntelliJ JSTestDriver plugin, and when I right click on a test file and select Run, it runs all of my tests. My JSTD plugin has a configuration line that looks like
test:
- js-test/*.spec.js
Which is needed for running all of my tests from the command line. But intellij runs all of the tests even when selecting a single file to run.
Is there a way to just run an individual test using JsTestDriver in IntelliJ?