Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/operations/tables/createTable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('operations', () => {
expect(createTableFn).toBeTypeOf('function');
});

// TODO @Shinigami92 2024-03-12: This should throw an error when columns are empty
it('should return sql statement', () => {
const statement = createTableFn('films', {});

Expand Down