Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix: make fakeAsync test spec timer id global #1207

Merged
merged 1 commit into from
Mar 21, 2019

Commits on Mar 20, 2019

  1. fix: make fakeAsync test spec timer id global

    There is a possibility that a single test gets timer id-s from two
    separate fakeAsync test zones and the id-s could clash.
    
    This changes makes it such that the next timer id is global and the can
    never clash.
    vikerman committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    30a8fd4 View commit details
    Browse the repository at this point in the history