[compiler] detect and throw on untransformed required features #2889
Annotations
4 errors and 1 notice
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L183
1) [chromium] › page.spec.ts:163:7 › playground compiles: module-scope-use-no-memo ───────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not ""
181 | }
182 |
> 183 | expect(output).not.toEqual('');
| ^
184 | expect(output).toMatchSnapshot(`${t.name}-output.txt`);
185 | }),
186 | );
at /home/runner/work/react/react/compiler/apps/playground/__tests__/e2e/page.spec.ts:183:24
|
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L183
1) [chromium] › page.spec.ts:163:7 › playground compiles: module-scope-use-no-memo ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not ""
181 | }
182 |
> 183 | expect(output).not.toEqual('');
| ^
184 | expect(output).toMatchSnapshot(`${t.name}-output.txt`);
185 | }),
186 | );
at /home/runner/work/react/react/compiler/apps/playground/__tests__/e2e/page.spec.ts:183:24
|
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L183
2) [chromium] › page.spec.ts:163:7 › playground compiles: use-no-memo ────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not ""
181 | }
182 |
> 183 | expect(output).not.toEqual('');
| ^
184 | expect(output).toMatchSnapshot(`${t.name}-output.txt`);
185 | }),
186 | );
at /home/runner/work/react/react/compiler/apps/playground/__tests__/e2e/page.spec.ts:183:24
|
Run CI=true yarn test:
compiler/apps/playground/__tests__/e2e/page.spec.ts#L183
2) [chromium] › page.spec.ts:163:7 › playground compiles: use-no-memo ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not ""
181 | }
182 |
> 183 | expect(output).not.toEqual('');
| ^
184 | expect(output).toMatchSnapshot(`${t.name}-output.txt`);
185 | }),
186 | );
at /home/runner/work/react/react/compiler/apps/playground/__tests__/e2e/page.spec.ts:183:24
|
Run CI=true yarn test
2 flaky
[chromium] › page.spec.ts:163:7 › playground compiles: module-scope-use-no-memo ────────────────
[chromium] › page.spec.ts:163:7 › playground compiles: use-no-memo ─────────────────────────────
10 passed (1.6m)
|
Loading