Skip to content

Commit dab9aca

Browse files
committed
Fix parsing for minified prod bundles
1 parent 9677b69 commit dab9aca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegrationDOM-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ describe('ReactHooksInspectionIntegration', () => {
3838
ReactDebugTools = require('react-debug-tools');
3939
});
4040

41-
// Gating production, non-source builds only for Jest.
42-
// @gate source || build === "development"
4341
it('should support useFormStatus hook', async () => {
4442
function FormStatus() {
4543
const status = ReactDOM.useFormStatus();

0 commit comments

Comments
 (0)