Skip to content

Commit 985dc0a

Browse files
author
Jack Pope
committed
No logs assertions pass in both dev/prod
1 parent d70bc9c commit 985dc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('DebugTracing', () => {
6464
expect(logs).toEqual([]);
6565
});
6666

67-
// @gate experimental && build === 'development' && enableDebugTracing
67+
// @gate experimental && enableDebugTracing
6868
it('should not log anything for concurrent render without suspends or state updates', async () => {
6969
await act(() =>
7070
ReactNoop.render(
@@ -387,7 +387,7 @@ describe('DebugTracing', () => {
387387
]);
388388
});
389389

390-
// @gate experimental && build === 'development' && enableDebugTracing
390+
// @gate experimental && enableDebugTracing
391391
it('should not log anything outside of a unstable_DebugTracingMode subtree', async () => {
392392
function ExampleThatCascades() {
393393
const [didMount, setDidMount] = React.useState(false);

0 commit comments

Comments
 (0)