From 000d07aec1df25fb76ac47b9a7d72326ee343f82 Mon Sep 17 00:00:00 2001 From: Rohit Vinnakota <148245014+rohitvinnakota-codecov@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:29:48 -0500 Subject: [PATCH] Update index.tsx --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 97fc8b3831..904a79f97f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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')