Skip to content

Commit

Permalink
Typings tests: Update pine-options ts-expect-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
myarmolinsky committed Nov 29, 2024
1 parent 8deeb68 commit 4dc27ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typing_tests/pine-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export const string$OrderbyInvalidDirectionCase: BalenaSdk.PineOptions<BalenaSdk

export const string$OrderbyInvalidNestedPropertyPath: BalenaSdk.PineOptions<BalenaSdk.Organization> =
{
// TODO: This should error
// @ts-expect-error test case
$orderby: 'application_type/wrong_property asc',
};

Expand Down Expand Up @@ -988,5 +988,6 @@ export const string$OrderbyDesc: BalenaSdk.PineOptions<BalenaSdk.Application> =

export const string$OrderbyNestedProp: BalenaSdk.PineOptions<BalenaSdk.Organization> =
{
// @ts-expect-error test case
$orderby: 'application_type/slug asc',
};

0 comments on commit 4dc27ec

Please sign in to comment.