We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b88f13 commit 20329daCopy full SHA for 20329da
1 file changed
packages/schematics/angular/refactor/jasmine-vitest/transformers/fake-async-test.ts
@@ -157,10 +157,7 @@ function _createFakeTimersHookStatements(ctx: RefactorContext): ts.Statement[] {
157
),
158
159
// > afterAll(() => {
160
- // > vi.useRealTimers({
161
- // > advanceTimeDelta: 1,
162
- // > shouldAdvanceTime: true
163
- // > });
+ // > vi.useRealTimers();
164
// > });
165
ts.factory.createExpressionStatement(
166
ts.factory.createCallExpression(ts.factory.createIdentifier('afterAll'), undefined, [
0 commit comments