feat(sveltekit): Detect SvelteKit 3 native tracing from the Vite plugin #48841
Annotations
2 errors and 1 notice
|
|
|
../../_temp/test-application/tests/route-patterns.test.ts#L90
1) [chromium] › tests/route-patterns.test.ts:95:3 › request data extraction › includes method, url, and headers on transaction
Error: expect(received).toContain(expected) // indexOf
Expected substring: "/test-routes"
Received string: "http://localhost:38787/test-multi-fetch/storefront/product/self-watering-plant/availability"
88 | const transaction = await transactionPromise;
89 | expect(transaction.request?.method).toBe('GET');
> 90 | expect(transaction.request?.url).toContain(PREFIX);
| ^
91 | expect(transaction.request?.headers).toBeDefined();
92 | });
93 |
at /home/runner/work/_temp/test-application/tests/route-patterns.test.ts:90:38
|
|
|
The logs for this run have expired and are no longer available.
Loading