Skip to content

Commit 48da589

Browse files
committed
refactor(@schematics/angular): move fakeAsync transforms to jamine-vitest migration
1 parent 191de45 commit 48da589

17 files changed

+233
-429
lines changed

packages/schematics/angular/collection.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@
138138
"private": true,
139139
"description": "[INTERNAL] Adds tailwind to a project. Intended for use for ng new/add."
140140
},
141-
"refactor-fake-async": {
142-
"factory": "./refactor/fake-async",
143-
"schema": "./refactor/fake-async/schema.json",
144-
"description": "[EXPERIMENTAL] Refactors Angular fakeAsync to Vitest fake timers.",
145-
"hidden": true
146-
},
147141
"refactor-jasmine-vitest": {
148142
"factory": "./refactor/jasmine-vitest",
149143
"schema": "./refactor/jasmine-vitest/schema.json",

packages/schematics/angular/refactor/fake-async/index.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

packages/schematics/angular/refactor/fake-async/index_spec.ts

Lines changed: 0 additions & 136 deletions
This file was deleted.

packages/schematics/angular/refactor/fake-async/refactor-context.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/schematics/angular/refactor/fake-async/schema.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/schematics/angular/refactor/fake-async/transform-fake-async.ts

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)