Skip to content

Commit 6875c3e

Browse files
authored
[test] Only run tests overriding fallback and error states in supported versions (#35234)
1 parent 74fa166 commit 6875c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/__tests__/storeComponentFilters-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ describe('Store component filters', () => {
753753
});
754754
});
755755

756-
// @reactVersion >= 16.6
756+
// @reactVersion >= 18.0
757757
it('resets forced error and fallback states when filters are changed', async () => {
758758
store.componentFilters = [];
759759
class ErrorBoundary extends React.Component {

0 commit comments

Comments
 (0)