Skip to content

Commit ba18bcc

Browse files
committed
refactor(@schematics/angular): remove duplicate jasmine-to-vitest transformers
This commit removes duplicate entries from the array of transformer functions within the `jasmine-to-vitest` schematic. This is a minor cleanup to improve code readability and maintainability without changing the schematics behavior.
1 parent ede5e52 commit ba18bcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/schematics/angular/refactor/jasmine-vitest/test-file-transformer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,12 @@ export function transformJasmineToVitest(
8282
transformSpies,
8383
transformCreateSpyObj,
8484
transformSpyReset,
85-
transformFocusedAndSkippedTests,
8685
transformSpyCallInspection,
8786
transformPending,
8887
transformDoneCallback,
8988
transformtoHaveBeenCalledBefore,
9089
transformToHaveClass,
9190
transformTimerMocks,
92-
transformFocusedAndSkippedTests,
93-
transformPending,
94-
transformDoneCallback,
9591
transformGlobalFunctions,
9692
transformUnsupportedJasmineCalls,
9793
];

0 commit comments

Comments
 (0)