Expose export functionality #297
Annotations
7 errors
Run tests
at new SurrealDbError (1:23)
at new ResponseError (/home/runner/work/surrealdb.js/surrealdb.js/src/errors.ts:93:3)
at /home/runner/work/surrealdb.js/surrealdb.js/src/surreal.ts:337:24
|
Run tests
at new SurrealDbError (1:23)
at new ResponseError (/home/runner/work/surrealdb.js/surrealdb.js/src/errors.ts:93:3)
at /home/runner/work/surrealdb.js/surrealdb.js/src/surreal.ts:337:24
|
Run tests:
tests/integration/tests/querying.test.ts#L231
[
{
firstname: "Mary",
id: RecordId {
+ id: "grikd0kvm6al36hw36zz",
- id: 1,
- tb: "person",
- },
- lastname: "Doe",
- },
- {
- firstname: "Mary",
- id: RecordId {
- id: 2,
tb: "person",
},
lastname: "Doe",
}
]
- Expected - 9
+ Received + 1
at /home/runner/work/surrealdb.js/surrealdb.js/tests/integration/tests/querying.test.ts:231:20
|
Run tests:
tests/integration/tests/querying.test.ts#L266
[
{
age: 30,
firstname: "John",
id: RecordId {
id: 1,
tb: "person",
},
lastname: "Doe",
},
{
age: 30,
firstname: "Mary",
id: RecordId {
id: 2,
tb: "person",
},
lastname: "Doe",
+ },
+ {
+ age: 30,
+ firstname: "Mary",
+ id: RecordId {
+ id: "grikd0kvm6al36hw36zz",
+ tb: "person",
+ },
+ lastname: "Doe",
}
]
- Expected - 0
+ Received + 9
at /home/runner/work/surrealdb.js/surrealdb.js/tests/integration/tests/querying.test.ts:266:20
|
Run tests:
tests/integration/tests/querying.test.ts#L301
[
[
{
op: "replace",
path: "/age",
value: 20,
}
],
[
{
op: "replace",
path: "/age",
value: 20,
}
+ ],
+ [
+ {
+ op: "replace",
+ path: "/age",
+ value: 20,
+ }
]
]
- Expected - 0
+ Received + 7
at /home/runner/work/surrealdb.js/surrealdb.js/tests/integration/tests/querying.test.ts:301:24
|
Run tests:
tests/integration/tests/querying.test.ts#L325
[
{
age: 20,
firstname: "Mary",
id: RecordId {
id: 2,
tb: "person",
},
lastname: "Doe",
+ },
+ {
+ age: 20,
+ firstname: "Mary",
+ id: RecordId {
+ id: "grikd0kvm6al36hw36zz",
+ tb: "person",
+ },
+ lastname: "Doe",
}
]
- Expected - 0
+ Received + 9
at /home/runner/work/surrealdb.js/surrealdb.js/tests/integration/tests/querying.test.ts:325:20
|
Run tests
Process completed with exit code 1.
|
Loading