[compiler] Support default imports for autodep config #2004
Annotations
3 errors, 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-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/react/react/compiler/apps/playground/__tests__/e2e/page.spec.ts:140:24
|
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L140
1) [chromium] › page.spec.ts:125:7 › directives work: use-memo ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/react/react/compiler/apps/playground/__tests__/e2e/page.spec.ts:140:24
|
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L140
2) [chromium] › page.spec.ts:125:7 › directives work: function-scope-beats-module-scope ──────────
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/react/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
2 flaky
[chromium] › page.spec.ts:125:7 › directives work: use-memo ────────────────────────────────────
[chromium] › page.spec.ts:125:7 › directives work: function-scope-beats-module-scope ───────────
6 passed (2.6m)
|
Loading