[pull] main from facebook:main #623
Annotations
1 error, 1 warning, and 1 notice
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L140
1) [chromium] › page.spec.ts:125:7 › directives work: use-no-memo ────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not ""
138 | const output = await print(text);
139 |
> 140 | expect(output).not.toEqual('');
| ^
141 | expect(output).toMatchSnapshot(`${t.name}-output.txt`);
142 | }),
143 | );
at /home/runner/work/lib-react/lib-react/compiler/apps/playground/__tests__/e2e/page.spec.ts:140:24
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run CI=true yarn test
1 flaky
[chromium] › page.spec.ts:125:7 › directives work: use-no-memo ─────────────────────────────────
7 passed (2.5m)
|
Loading