Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov authored Jan 2, 2025
1 parent 9c5eb35 commit 000d07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if (
process.env.REACT_APP_MSW_BROWSER
) {
// eslint-disable-next-line @typescript-eslint/no-require-imports
// const { worker } = require('./mocks/browser')
// worker.start()
const { worker } = require('./mocks/browser')
worker.start()
}

ReactModal.setAppElement('#root')
Expand Down

0 comments on commit 000d07a

Please sign in to comment.