Skip to content

Commit b0a6ab5

Browse files
committed
fix test
1 parent a42407a commit b0a6ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ describe('ReactInteractionTracing', () => {
160160
return Promise.resolve().then(() => {});
161161
}
162162

163+
// @gate enableTransitionTracing
163164
it(' should not call callbacks when transition is not defined', async () => {
164165
const transitionCallbacks = {
165166
onTransitionStart: (name, startTime) => {

0 commit comments

Comments
 (0)