Skip to content

Commit

Permalink
Merge pull request ReactiveX#5033 from kolodny/fix-closure-collapse
Browse files Browse the repository at this point in the history
fix(closure): static prop frameTimeFactor being collapsed when compil…
  • Loading branch information
kwonoj authored Sep 24, 2019
2 parents ffb4b0b + 39872c9 commit b713d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/testing/TestScheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class TestScheduler extends VirtualTimeScheduler {
* The number of virtual time units each character in a marble diagram represents. If
* the test scheduler is being used in "run mode", via the `run` method, this is temporarly
* set to `1` for the duration of the `run` block, then set back to whatever value it was.
* @nocollapse
*/
static frameTimeFactor = 10;

Expand Down

0 comments on commit b713d39

Please sign in to comment.