linter errors #7
Annotations
3 errors
|
build-and-test
Process completed with exit code 1.
|
|
tests/parser.test.ts > QuestDB Parser > SHOW round-trip tests > should round-trip: SHOW TIME ZONE:
tests/parser.test.ts#L2277
AssertionError: expected [ { …(3) } ] to have a length of +0 but got 1
- Expected
+ Received
- 0
+ 1
❯ tests/parser.test.ts:2277:32
|
|
tests/parser.test.ts > QuestDB Parser > window frame modes > named WINDOW clause is silently dropped from AST:
tests/parser.test.ts#L400
AssertionError: expected [ { …(3) }, { …(3) }, { …(3) }, …(1) ] to have a length of +0 but got 4
- Expected
+ Received
- 0
+ 4
❯ tests/parser.test.ts:400:29
|