You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console errors and warns showed in Jest: (npm test --coverage)
console.error
NG0303: Can't bind to 'formGroup' since it isn't a known property of 'form' (used in the 'StarterFiltersComponent' component template).
** Same console errors for:
StarterFiltersComponent, PaginationComponent, FiltersModalComponent
console.warn
NG0313: Multiple pipes match the name translate in the 'ChallengeCardComponent' component. check the imports of this module.
console.warn
Importing "setup-jest.js" directly is deprecated. The file "setup-jest.js" will be removed in the future.
Please use "setupZoneTestEnv" function instead. Example:
// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';
setupZoneTestEnv();
The text was updated successfully, but these errors were encountered:
Console errors and warns showed in Jest: (npm test --coverage)
console.error
NG0303: Can't bind to 'formGroup' since it isn't a known property of 'form' (used in the 'StarterFiltersComponent' component template).
** Same console errors for:
StarterFiltersComponent, PaginationComponent, FiltersModalComponent
console.warn
NG0313: Multiple pipes match the name
translate
in the 'ChallengeCardComponent' component. check the imports of this module.console.warn
The text was updated successfully, but these errors were encountered: