Skip to content

Commit 265d395

Browse files
committed
Gates
1 parent 86503fe commit 265d395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-reconciler/src/__tests__/ReactErrorStacks-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ describe('ReactFragment', () => {
234234
]);
235235
});
236236

237+
// @gate enableActivity
237238
it('includes built-in for Activity', async () => {
238239
function SomethingThatErrors() {
239240
throw new Error('uh oh');
@@ -290,6 +291,7 @@ describe('ReactFragment', () => {
290291
]);
291292
});
292293

294+
// @gate enableViewTransition
293295
it('includes built-in for ViewTransition', async () => {
294296
function SomethingThatErrors() {
295297
throw new Error('uh oh');

0 commit comments

Comments
 (0)