Tests for document settings #179
Annotations
3 errors
Unhandled error:
language-server/src/features/workspace.js#L145
TypeError: File URL host must be "localhost" or empty on linux
❯ src/features/workspace.js:145:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_FILE_URL_HOST' }
This error originated in "src/features/document-settings.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 default dialect". 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.
|
Unhandled error:
language-server/src/features/workspace.js#L145
TypeError: File URL host must be "localhost" or empty on linux
❯ src/features/workspace.js:145:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_FILE_URL_HOST' }
This error originated in "src/features/document-settings.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 no dialect". 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.
|
build (20.x)
Process completed with exit code 1.
|