Fix buffering #17329
Annotations
2 errors and 1 warning
Unit Tests:
packages/qwik/src/prefetch-service-worker/index.unit.tsx#L145
AssertionError: expected Map{ 'a.js' => 10, 'b.js' => 10, …(4) } to deeply equal Map{ 'a.js' => 10, 'b.js' => 10, …(3) }
- Expected
+ Received
Map {
"a.js" => 10,
"b.js" => 10,
"c.js" => 10,
"d.js" => 9,
"e.js" => 9,
+ "f.js" => 8,
}
❯ packages/qwik/src/prefetch-service-worker/index.unit.tsx:145:20
|
Unit Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading