Skip to content

Commit 36ce040

Browse files
Remove ts-expect-error
1 parent f65e227 commit 36ce040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/electric-db-collection/tests/electric.test-d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ describe(`Electric collection type resolution tests`, () => {
155155
// This causes a constraint error instead of a type mismatch error.
156156
// Instead, we test via type assignment which will show a proper type error if the types don't match.
157157
// Currently this shows that todosCollection.utils is typed as UtilsRecord, not ElectricCollectionUtils<TodoType>
158-
// @ts-expect-error
159158
const testTodosUtils: ElectricCollectionUtils<TodoType> =
160159
todosCollection.utils
161160

0 commit comments

Comments
 (0)