Skip to content

Commit

Permalink
Re-enable SQL tests (#1378)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <[email protected]>
  • Loading branch information
SferaDev authored Feb 20, 2024
1 parent a23cea2 commit b3adb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/sql.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ afterEach(async (ctx) => {
await hooks.afterEach(ctx);
});

describe.skip('SQL proxy', () => {
describe('SQL proxy', () => {
test('read single team with id', async () => {
const team = await xata.db.teams.create({ name: 'Team ships' });

Expand Down

0 comments on commit b3adb3c

Please sign in to comment.