标签: angular unit-testing jestjs
众所周知,Angular是在考虑Karma / Jasmine的基础上构建的。 但是由于Jest利用jsdom,使用CSS选择器进行查询时,使用debugElement和nativeElement的性能会有什么区别?