Skip to content

Commit

Permalink
Fix parsing for minified prod bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 3, 2024
1 parent 9677b69 commit dab9aca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ describe('ReactHooksInspectionIntegration', () => {
ReactDebugTools = require('react-debug-tools');
});

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

0 comments on commit dab9aca

Please sign in to comment.