We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serializers/index.ts
1 parent 4a3211a commit dd64d78Copy full SHA for dd64d78
src/serializers/index.ts
@@ -1,5 +1,7 @@
1
+import type { Config } from 'jest';
2
+
3
export = [
4
'jest-preset-angular/build/serializers/html-comment',
5
'jest-preset-angular/build/serializers/ng-snapshot',
6
'jest-preset-angular/build/serializers/no-ng-attributes',
-];
7
+] satisfies Config['snapshotSerializers'];
0 commit comments