I am working on unit testing in angular application. And I have skipped some test suites by using xdescrie
. Unfortunately, it is showing errors like error TS2552: Cannot find name 'xdescribe'. Did you mean 'describe'?
when running the test by using the command ng test
.
I have installed the package @types/jasmine
as a Dev dependencies