Skip to content

Commit

Permalink
Fix types test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Nov 7, 2022
1 parent f1eeb00 commit 7ca7da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests-tsd__/types.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ const db = knex({});
.insert({ id: 1, name: 'bla' })
.onDuplicateUpdate('name', 'id', { name: db.raw('Concat(name, "_test")') });

const testId = insertId === 1 ? 1 : 0;
return insertId;
})();

0 comments on commit 7ca7da5

Please sign in to comment.