Skip to content

Commit

Permalink
Remove debug stuff from test
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jan 22, 2024
1 parent 401feda commit 839fb14
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/typescript/apis/project/cds-ql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ upd.UPDATE.entity === "foo"
upd = UPDATE.entity(Foos)
upd = UPDATE.entity(Foo)
upd = UPDATE.entity(new Foo)
upd = UPDATE.entity(42)


const upd2 = UPDATE.entity(new Foo())


const asd = await UPDATE.entity({x: 42})
asd

let ups:UPSERT<Foo>
ups = UPSERT.into(Foo)
Expand Down

0 comments on commit 839fb14

Please sign in to comment.