Skip to content

Commit

Permalink
refactor: add type for serializers/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Dec 31, 2024
1 parent 4a3211a commit dd64d78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/serializers/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import type { Config } from 'jest';

export = [
'jest-preset-angular/build/serializers/html-comment',
'jest-preset-angular/build/serializers/ng-snapshot',
'jest-preset-angular/build/serializers/no-ng-attributes',
];
] satisfies Config['snapshotSerializers'];

0 comments on commit dd64d78

Please sign in to comment.