Kaynağa Gözat

ref(ts) remove todo on already converted imports

dev1
Jorge Oliveira 3 yıl önce
ebeveyn
işleme
b8d83a0aaa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      service/statistics/Events.spec.ts

+ 1
- 1
service/statistics/Events.spec.ts Dosyayı Görüntüle

@@ -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' );

Loading…
İptal
Kaydet