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

Conversation

vikerman
Copy link
Contributor

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.

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 vikerman merged commit d32e79b into angular:master Mar 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants