This commit is contained in:
Matt Aitken
2025-12-12 13:38:46 +00:00
parent 45b123d25e
commit ca45a6e359
2 changed files with 334 additions and 165 deletions
@@ -33,7 +33,7 @@ function parseAndConvert(input: string) {
describe("TSQLParseTreeConverter", () => {
describe("SELECT statements", () => {
it.only("should convert a simple SELECT statement", () => {
it("should convert a simple SELECT statement", () => {
const ast = parseAndConvert("SELECT * FROM users");
expect(ast).toBeDefined();
File diff suppressed because it is too large Load Diff