Skip to content

Commit 833d8f1

Browse files
author
Jack Pope
committed
test gating
1 parent d9deaab commit 833d8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/__tests__/ReactJSXRuntime-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ describe('ReactJSXRuntime', () => {
375375
expect(didCall).toBe(false);
376376
});
377377

378-
// @gate enableFastJSX && enableRefAsProp && disableStringRefs
378+
// @gate enableFastJSX && enableRefAsProp
379379
it('does not clone props object if key and ref is not spread', async () => {
380380
const config = {
381381
foo: 'foo',

0 commit comments

Comments
 (0)