File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages-exp/auth-exp/src/core/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import * as navigator from './navigator';
24
24
describe ( 'Delay.get()' , ( ) => {
25
25
const SHORT_DELAY = 30_000 ;
26
26
const LONG_DELAY = 60_000 ;
27
-
27
+
28
28
afterEach ( restore ) ;
29
29
30
30
it ( 'should return the short delay in browser environments' , ( ) => {
Original file line number Diff line number Diff line change @@ -51,4 +51,4 @@ export class Delay {
51
51
// variables instead of just reading the current environment.
52
52
return this . isMobile ? this . longDelay : this . shortDelay ;
53
53
}
54
- }
54
+ }
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ export function isOnline(): boolean {
53
53
}
54
54
// If we can't determine the state, assume it is online.
55
55
return true ;
56
- }
56
+ }
You can’t perform that action at this time.
0 commit comments