I use karma for run tests. I have many tests and run all tests is very slow process. I want to run only single test in order to spend less time, because all test runs about
Update: karma has changed.
Now use fit() and fdescribe()
fit()
fdescribe()
f stands for focused!