File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
neo4j-driver-lite/test/unit Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,8 @@ describe('index', () => {
402
402
)
403
403
404
404
expect ( graph . isPathSegment ( pathSeg ) ) . toBe ( true )
405
+ } )
406
+
405
407
it ( 'should export routing' , ( ) => {
406
408
expect ( neo4j . routing ) . toBeDefined ( )
407
409
expect ( neo4j . routing . WRITERS ) . toBeDefined ( )
Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ declare const forExport: {
204
204
SessionMode : SessionMode
205
205
Neo4jError : typeof Neo4jError
206
206
isRetriableError : typeof isRetriableError
207
- < < < << << HEAD
208
207
Node : typeof Node
209
208
Relationship : typeof Relationship
210
209
UnboundRelationship : typeof UnboundRelationship
@@ -213,17 +212,7 @@ declare const forExport: {
213
212
Integer : typeof Integer
214
213
Record : typeof Record
215
214
Result : typeof Result
216
- = === ===
217
- Node : Node
218
- Relationship : Relationship
219
- UnboundRelationship : UnboundRelationship
220
- PathSegment : PathSegment
221
- Path : Path
222
- Integer : Integer
223
- Record : Record
224
- Result : Result
225
- EagerResult : EagerResult
226
- > > >>> >> Introduce `Driver . executeQuery `
215
+ EagerResult : typeof EagerResult
227
216
QueryResult : QueryResult
228
217
ResultObserver : ResultObserver
229
218
ResultSummary : typeof ResultSummary
You can’t perform that action at this time.
0 commit comments