Przeglądaj źródła

ref(ts) remove todo on already converted imports

dev1
Jorge Oliveira 3 lat temu
rodzic
commit
b8d83a0aaa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      service/statistics/Events.spec.ts

+ 1
- 1
service/statistics/Events.spec.ts Wyświetl plik

@@ -11,7 +11,7 @@ describe( "/service/statistics/Events members", () => {
11 11
         LONG_TASKS_STATS,
12 12
         Events,
13 13
         ...others
14
-    } = exported as any; // TODO: remove cast after typescript conversion
14
+    } = exported;
15 15
 
16 16
     it( "known members", () => {
17 17
         expect( AUDIO_LEVEL ).toBe( 'statistics.audioLevel' );

Ładowanie…
Anuluj
Zapisz