https://github.com/angular/angular
Raw File
Tip revision: 70e8b40750e894bc1439713cd508d8bd9fafb7a4 authored by Andrew Scott on 25 July 2024, 19:40:38 UTC
fix(zone.js): Update the default behavior of fakeAsync to flush after the test (#57240)
Tip revision: 70e8b40
test-init.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

import './pre-setup';
import '../testing/browser_tests.init';
back to top