Skip to content

Commit 06f6735

Browse files
committed
Remove more error expectations
1 parent 54c9f8b commit 06f6735

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/host/app/components/ai-assistant/panel.gts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type Owner from '@ember/owner';
55
import RouterService from '@ember/routing/router-service';
66
import { service } from '@ember/service';
77
import Component from '@glimmer/component';
8-
//@ts-expect-error the types don't recognize the cached export
98
import { tracked, cached } from '@glimmer/tracking';
109

1110
import { restartableTask, timeout } from 'ember-concurrency';

packages/host/app/components/operator-mode/stack-item.gts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { service } from '@ember/service';
88
import { htmlSafe, SafeString } from '@ember/template';
99
import Component from '@glimmer/component';
1010

11-
//@ts-expect-error cached type not available yet
1211
import { tracked, cached } from '@glimmer/tracking';
1312

1413
import { formatDistanceToNow } from 'date-fns';

0 commit comments

Comments
 (0)