build(deps-dev): bump @types/node from 22.19.6 to 25.0.10 in /bbj-vscode#349
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps-dev): bump @types/node from 22.19.6 to 25.0.10 in /bbj-vscode#349dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
9 errors
|
|
|
bbj-vscode/test/validation.test.ts#L362
AssertionError: Found no issues in 'file:///18.bbj'
false !== true
- Expected
+ Received
- true
+ false
❯ expectedFunction node_modules/langium/src/test/langium-test.ts:53:12
❯ expectIssue node_modules/langium/src/test/langium-test.ts:681:5
❯ Module.expectError node_modules/langium/src/test/langium-test.ts:689:5
❯ test/validation.test.ts:362:9
|
|
bbj-vscode/test/validation.test.ts#L300
AssertionError: Found no issues in 'file:///17.bbj'
false !== true
- Expected
+ Received
- true
+ false
❯ expectedFunction node_modules/langium/src/test/langium-test.ts:53:12
❯ expectIssue node_modules/langium/src/test/langium-test.ts:681:5
❯ Module.expectError node_modules/langium/src/test/langium-test.ts:689:5
❯ test/validation.test.ts:300:9
|
|
bbj-vscode/test/parser.test.ts#L44
AssertionError: Parser is too slow: expected 14.884247310000003 to be less than 14
❯ test/parser.test.ts:44:53
|
|
bbj-vscode/test/imports.test.ts#L234
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ test/imports.test.ts:234:32
|
|
bbj-vscode/test/imports.test.ts#L15
AssertionError: expected 'Could not resolve reference to JavaPa…' to be '' // Object.is equality
- Expected
+ Received
+ Could not resolve reference to JavaPackageLike named 'java'. [in 13.bbj:3]
+ Could not resolve reference to JavaPackageLike named 'util'. [in 13.bbj:3]
+ Could not resolve reference to JavaPackageLike named 'List'. [in 13.bbj:3]
+ Class 'java.util.List' could not be resolved. Check your classpath configuration.
+ Error when loading java.util.List: [object Object]
❯ expectNoValidationErrors test/imports.test.ts:15:66
❯ test/imports.test.ts:172:9
|
|
bbj-vscode/test/completion-test.test.ts#L105
AssertionError: expected +0 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 0
❯ Object.assert test/completion-test.test.ts:105:43
❯ node_modules/langium/src/test/langium-test.ts:290:32
❯ test/completion-test.test.ts:98:9
|
|
bbj-vscode/test/classes.test.ts#L81
AssertionError: expected 'Protected class \'A\' (declared in te…' to be 'Protected class \'A\' is not visible …' // Object.is equality
- Expected
+ Received
- Protected class 'A' is not visible from this directory.
+ Protected class 'A' (declared in test1.bbj:2) is not visible from this directory.
❯ test/classes.test.ts:81:40
|
|
bbj-vscode/test/classes.test.ts#L53
AssertionError: expected 'Private class \'A\' (declared in 2.bb…' to be 'Private class \'A\' is not visible fr…' // Object.is equality
- Expected
+ Received
- Private class 'A' is not visible from this file.
+ Private class 'A' (declared in 2.bbj:2) is not visible from this file.
❯ test/classes.test.ts:53:40
|
The logs for this run have expired and are no longer available.
Loading