Update dependency pg-query-emscripten to v5 - autoclosed #1508
Annotations
9 errors
src/kinds/extractView.test.ts > extractView > should report the correct source:
src/kinds/extractView.test.ts#L227
AssertionError: expected null to deeply equal { schema: 'test', …(2) }
- Expected:
Object {
"column": "id",
"schema": "test",
"table": "some_table",
}
+ Received:
null
❯ src/kinds/extractView.test.ts:227:38
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should understand a trivial select:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:9:17
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should understand a select with explicit schema:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:25:17
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should understand a select with join:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:46:17
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should work with multiple schemas and with aliases:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:90:17
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should return undefined for unresolvable columns:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:130:17
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should work with a minimalistic WITH clause:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:214:17
|
src/kinds/parseViewDefinition.test.ts > parseViewDefinition > should resolve kanel#481:
src/kinds/parseViewDefinition.ts#L72
TypeError: default.parse is not a function
❯ Module.parseViewDefinition [as default] src/kinds/parseViewDefinition.ts:72:23
❯ src/kinds/parseViewDefinition.test.ts:265:17
|
build (16.x)
Process completed with exit code 1.
|