Updates grammar and semantic analysis to 5.23 #1318
ci.yaml
on: pull_request
Run eslint and check formatting
2m 37s
Unit tests
3m 21s
E2E tests
7m 13s
Annotations
6 errors
Unit tests
@neo4j-cypher/language-support#test: command (/home/runner/work/cypher-language-support/cypher-language-support/packages/language-support) /usr/local/bin/npm run test -- --passWithNoTests exited (1)
|
src/tests/lexer.test.ts > Lexer tokens > List of tokens should match generated parser symbolic names:
packages/language-support/src/tests/lexer.test.ts#L28
AssertionError: expected [ 'ZONE' ] to have a length of +0 but got 1
- Expected
+ Received
- 0
+ 1
❯ src/tests/lexer.test.ts:28:27
|
src/tests/syntaxValidation/syntacticValidation.test.ts > Syntactic validation spec > Syntax validation errors on an expected procedure name:
packages/language-support/src/tests/syntaxValidation/syntacticValidation.test.ts#L697
AssertionError: expected [ { severity: 1, …(3) } ] to deeply equal [ { …(4) } ]
- Expected
+ Received
Array [
Object {
- "message": "Multiple path patterns cannot be used in the same clause in combination with a selective path selector.",
+ "message": "Expected any of '{', '(' or a procedure name",
"offsets": Object {
- "end": 82,
- "start": 16,
+ "end": 6,
+ "start": 5,
},
"range": Object {
"end": Object {
- "character": 31,
- "line": 2,
+ "character": 6,
+ "line": 0,
},
"start": Object {
- "character": 10,
- "line": 1,
+ "character": 5,
+ "line": 0,
},
},
"severity": 1,
},
]
❯ src/tests/syntaxValidation/syntacticValidation.test.ts:697:7
|
Unit tests
Process completed with exit code 1.
|
E2E tests
@neo4j-cypher/react-codemirror#test:e2e: command (/home/runner/work/cypher-language-support/cypher-language-support/packages/react-codemirror) /usr/local/bin/npm run test:e2e exited (1)
|
E2E tests
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
635 KB |
|