Skip to content

Commit

Permalink
test gating
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Apr 30, 2024
1 parent d9deaab commit 833d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/__tests__/ReactJSXRuntime-test.js
Expand Up @@ -375,7 +375,7 @@ describe('ReactJSXRuntime', () => {
expect(didCall).toBe(false);
});

// @gate enableFastJSX && enableRefAsProp && disableStringRefs
// @gate enableFastJSX && enableRefAsProp
it('does not clone props object if key and ref is not spread', async () => {
const config = {
foo: 'foo',
Expand Down

0 comments on commit 833d8f1

Please sign in to comment.