add preflight script graphiql plugin #16737
Annotations
4 errors
unit tests:
packages/libraries/yoga/tests/persisted-documents.spec.ts#L744
Error: Snapshot `usage reporting with batch execution and persisted documents 1` mismatched
- Expected
+ Received
@@ -4,13 +4,6 @@
Query.a,
],
operation: {a},
operationName: anonymous,
},
- e8571e61911eea36db5ef7a3ed222aacb0cd5ba1: {
- fields: [
- Query.b,
- ],
- operation: {b},
- operationName: anonymous,
- },
}
❯ createMismatchError node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/index.js:1647:17
❯ SnapshotClient.assert node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/index.js:1748:13
❯ Proxy.__INLINE_SNAPSHOT__ node_modules/.pnpm/vitest@2.0.5_@types+node@22.9.3_less@4.2.0_lightningcss@1.28.1_terser@5.36.0/node_modules/vitest/dist/chunks/vi.fiQ7lMRF.js:281:27
❯ Proxy.methodWrapper node_modules/.pnpm/chai@5.1.1/node_modules/chai/chai.js:1591:25
❯ Object.<anonymous> packages/libraries/yoga/tests/persisted-documents.spec.ts:744:24
❯ matchBody node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/match_body.js:42:17
❯ Interceptor.match node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/interceptor.js:359:17
❯ node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/intercepted_request_router.js:304:9
❯ InterceptedRequestRouter.startPlayback node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/intercepted_request_router.js:303:45
This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "usage reporting with batch execution and persisted documents". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
unit tests:
packages/libraries/yoga/tests/persisted-documents.spec.ts#L744
Error: Snapshot `usage reporting with batch execution and persisted documents 2` mismatched
- Expected
+ Received
@@ -1,13 +1,6 @@
{
- 07188723c7bd37a812cb478cc980f83fe5b4026c: {
- fields: [
- Query.a,
- ],
- operation: {a},
- operationName: anonymous,
- },
e8571e61911eea36db5ef7a3ed222aacb0cd5ba1: {
fields: [
Query.b,
],
operation: {b},
❯ createMismatchError node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/index.js:1647:17
❯ SnapshotClient.assert node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/index.js:1748:13
❯ Proxy.__INLINE_SNAPSHOT__ node_modules/.pnpm/vitest@2.0.5_@types+node@22.9.3_less@4.2.0_lightningcss@1.28.1_terser@5.36.0/node_modules/vitest/dist/chunks/vi.fiQ7lMRF.js:281:27
❯ Proxy.methodWrapper node_modules/.pnpm/chai@5.1.1/node_modules/chai/chai.js:1591:25
❯ Object.<anonymous> packages/libraries/yoga/tests/persisted-documents.spec.ts:744:24
❯ matchBody node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/match_body.js:42:17
❯ Interceptor.match node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/interceptor.js:359:17
❯ node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/intercepted_request_router.js:304:9
❯ InterceptedRequestRouter.startPlayback node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/intercepted_request_router.js:303:45
This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "usage reporting with batch execution and persisted documents". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
unit tests:
packages/libraries/yoga/tests/persisted-documents.spec.ts#L826
AssertionError: Mocks not yet satisfied:
POST http://localhost:80/usage
- Expected
+ Received
- true
+ false
❯ Scope.done node_modules/.pnpm/nock@14.0.0-beta.7/node_modules/nock/lib/scope.js:205:12
❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:826:23
|
unit tests
Process completed with exit code 1.
|
Loading