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
"snapshotSerializers" - array of serializers which will be applied to snapshot the code. Note: by default angular adds some angular-specific attributes to the code (like ng-reflect-, ng-version="", _ngcontent-c* etc). This package provides serializer to remove such attributes. This makes snapshots cleaner and more human-readable. To remove such specific attributes use no-ng-attributes serializer. You need to add no-ng-attributes serializer manually.
But no-ng-attributes serializer added by default
Environment
-
The text was updated successfully, but these errors were encountered:
Version
Steps to reproduce
Expected behavior
Actual behavior
Additional context
https://thymikee.github.io/jest-preset-angular/docs/next/getting-started/options#brief-explanation-of-config
This section contain next text
But
no-ng-attributes
serializer added by defaultEnvironment
The text was updated successfully, but these errors were encountered: