Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 980e256

Browse files
rkjnshahan
authored andcommitted
Add @VisibleForTesting to the Domservice.leap
PiperOrigin-RevId: 196994601
1 parent a6bd7a1 commit 980e256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/browser/dom_service/dom_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class DomService {
137137
///
138138
/// ONLY FOR TESTING!
139139
/// DO NOT CALL THIS METHOD IN PRODUCTION CODE!
140+
@visibleForTesting
140141
void leap({num highResTimer, steps: 1}) {
141142
// Force a angular turn to make sure layout calls are scheduled.
142143
_ngZone.run(() {});

0 commit comments

Comments
 (0)