feat(eslint-plugin-react-hooks): merge rule from eslint-plugin-react-compiler into react-hooks
plugin
#2951
Annotations
2 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: use-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: use-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
1 flaky
[chromium] › page.spec.ts:163:7 › playground compiles: use-memo ────────────────────────────────
11 passed (1.8m)
|
Loading