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
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
)
back to top