Karma run single test

后端 未结 9 1299
后悔当初
后悔当初 2020-11-28 11:33

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

9条回答
  •  旧巷少年郎
    2020-11-28 12:07

    Changing it() to iit() should work for running single test. Also, similar, for describe() block we can use ddescribe()

提交回复
热议问题