Skip to content

Commit 08b43d1

Browse files
committed
remove comments
1 parent 78ccb94 commit 08b43d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/transform/__test__/full-transform.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { expectSqlTransform } from '../test-utils/full-transform-flow';
22

33
describe('Full Transform Integration - PG13 to PG17', () => {
4-
// Scaffold: This test maps out the complete workflow
5-
// 1. Parse SQL with PG13 parser
6-
// 2. Transform PG13 AST → PG17 AST using composite transformer
7-
// 3. Deparse PG17 AST back to SQL using PG17 deparser
8-
94
describe('Basic SQL Operations', () => {
105
it('should handle simple SELECT statement', async () => {
116
const sql = 'SELECT 1';

0 commit comments

Comments
 (0)