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
Changing it() to iit() should work for running single test. Also, similar, for describe() block we can use ddescribe()