Skip to content

Commit 20ae0b3

Browse files
author
Brian Vaughn
committed
Experimental gate DebugTracing test
1 parent f297754 commit 20ae0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/DebugTracing-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('DebugTracing', () => {
4444
});
4545
});
4646

47-
if (!__DEV__) {
47+
if (!__EXPERIMENTAL__) {
4848
it('empty test', () => {
4949
// Empty test to prevent "Your test suite must contain at least one test." error.
5050
});

0 commit comments

Comments
 (0)