Skip to content

Commit

Permalink
test: remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 17, 2024
1 parent 21d56d5 commit bd19dce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/types/fields-link.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ expectType<prismic.LinkField<string, string, never, "empty">>({
link_type: prismic.LinkType.Any,
variant: "string",
})
expectType<prismic.LinkField<string, string, never, "filled">>({
// @ts-expect-error - Filled fields cannot contain an empty value.
link_type: prismic.LinkType.Any,
variant: "string",
})

/**
* Supports custom document type for document links.
Expand Down

0 comments on commit bd19dce

Please sign in to comment.