move graphql endpoint #1660
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
4m 31s
Annotations
2 errors and 1 warning
|
Install deps, build required package, typecheck, lint and test
Process completed with exit code 1.
|
|
test/prepare-publish.test.ts > preparePublish > creating new entity (when entity does not exist in public space) > should create ops for a new entity with all required fields:
packages/hypergraph-react/test/prepare-publish.test.ts#L136
AssertionError: expected "spy" to be called with arguments: [ …(3) ]
Received:
1st spy call:
[
- "https://testnet-api.geobrowser.io/graphql",
- Any<String>,
+ "https://testnet-api.geobrowser.io/v2/graphql",
+ "
+ query entityToPublish($entityId: UUID!, $spaceId: UUID!) {
+ entity(id: $entityId) {
+ valuesList(filter: {spaceId: {is: $spaceId}}) {
+ propertyId
+ text
+ boolean
+ float
+ datetime
+ point
+ schedule
+ }
+ relationsList(filter: {spaceId: {is: $spaceId}}) {
+ id
+ }
+ }
+ }
+ ",
{
"entityId": "b7a8be837313441b804c4798f1e9aca7",
"spaceId": "2e5e39daa00d4fd8b53b98095337112f",
},
]
Number of calls: 1
❯ test/prepare-publish.test.ts:136:27
|
|
Install deps, build required package, typecheck, lint and test
Could not determine node version from /home/runner/work/hypergraph/hypergraph/package.json. Falling back
|