feat(graphiql-react): expose customScalarSchemas for the variable editor #2997
pr.yml
on: pull_request
Build
2m 38s
CSpell
53s
Format
51s
Yarn Dedupe Check
47s
Check Licenses
2m 23s
Types Check
2m 10s
Canary Builds
Annotations
4 errors
|
CSpell
Process completed with exit code 1.
|
|
Vitest Unit Tests
Process completed with exit code 1.
|
|
Vitest Unit Tests
graphql-language-service-server#test: command (/home/runner/work/graphiql/graphiql/packages/graphql-language-service-server) /tmp/xfs-5828bf0f/yarn run test exited (1)
|
|
src/__tests__/MessageProcessor.spec.ts > MessageProcessor with config > caches files and schema with a URL config:
packages/graphql-language-service-server/src/__tests__/MessageProcessor.spec.ts#L433
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
@@ -1,9 +1,9 @@
{
"end": {
"character": 1,
- "line": 106,
+ "line": 109,
},
"start": {
"character": 0,
"line": 11,
},
❯ src/__tests__/MessageProcessor.spec.ts:433:54
|