Casting
This commit is contained in:
@@ -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
Reference in New Issue
Block a user