diff --git a/test/singlestoredb.test.ts b/test/singlestoredb.test.ts index 988452634..4c25d2625 100644 --- a/test/singlestoredb.test.ts +++ b/test/singlestoredb.test.ts @@ -94,6 +94,8 @@ describe('SingleStoreDbFormatter', () => { SELECT 1 :> DOUBLE AS foo `); + }); + it(`formats '!:>' type-cast operator`, () => { expect(format(`SELECT 1 !:> DOUBLE AS foo`)).toBe(dedent` SELECT 1 !:> DOUBLE AS foo