Add region interactor, improve selection handling. #912
Annotations
8 errors
Unhandled error:
packages/core/test/query-manager.test.js#L35
AssertionError: expected 'SELECT * FROM test' to be 'CREATE TABLE test (id INT)' // Object.is equality
Expected: "CREATE TABLE test (id INT)"
Received: "SELECT * FROM test"
❯ Object.query test/query-manager.test.js:35:21
❯ QueryManager.submit src/QueryManager.js:105:31
❯ QueryManager.next src/QueryManager.js:40:10
❯ src/QueryManager.js:51:12
❯ processTicksAndRejections node:internal/process/task_queues:95:5
This error originated in "test/query-manager.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test/query-manager.test.js". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Test in Node
Property 'bbox' does not exist on type 'Region'.
|
Test in Node
Expected 3 arguments, but got 4.
|
Test in Node
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './patchScreenCTM.js'?
|
Test in Node
Type 'Element' is missing the following properties from type 'SVGElement': ownerSVGElement, viewportElement, attributeStyleMap, style, and 99 more.
|
Test in Node
Property '__data__' does not exist on type 'SVGElement'.
|
Test in Node
Type 'Element[]' is not assignable to type 'SVGElement[]'.
|
Test in Node
Process completed with exit code 1.
|