dillon1000/react
Commit
Browse files Move DisableJsxMemoization-test into main compiler test w pragma
I originally created a separate test for the mode with JSX memoization disabled, but we can merge this into the main compiler-test and enable the feature with a pragma.
Changed paths5 files
First-parent comparisoncompiler/forget/src/__tests__/compiler-test.ts ModifiedD compiler/forget/src/__tests__/disableMemoizeJsxElements-test.ts DeletedR compiler/forget/src/__tests__/fixtures/disableMemoizeJsxElements/Component.expect.md →compiler/forget/src/__tests__/fixtures/compiler/disable-jsx-memoization.expect.md RenamedR compiler/forget/src/__tests__/fixtures/disableMemoizeJsxElements/Component.js →compiler/forget/src/__tests__/fixtures/compiler/disable-jsx-memoization.js RenamedM compiler/forget/src/__tests__/test-utils/generateTestsFromFixtures.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…