unit test run component angular testing jasmine karma-runner

angular - test - ¿Qué debo usar en lugar de ajustar y fdescribe en Jasmine 3?



unit test angular 5 (1)

Según su enlace para https://jasmine.github.io/api/3.0/global.html#fit

fit se centrará en una prueba o un conjunto de ellos.

así que si tienes 5 pruebas, 3 it y 2 fit , solo las 2 con fit correrán a cargo de Jasmine.

ERROR: ''DEPRECATION: fit and fdescribe will cause your suite to report an ''incomplete'' status in Jasmine 3.0''

ERROR --> WARNING: Le dice que solo se ejecutará Fit''S, por lo tanto, una prueba incompleta .

Gracias.

Me sale el error

ERROR: ''DEPRECATION: fit and fdescribe will cause your suite to report an ''incomplete'' status in Jasmine 3.0''

Hice un RTFM para Jasmine 3.0, pero no mencionó nada sobre la desaprobación: https://jasmine.github.io/api/3.0/global.html#fit