Skip to content

Commit 309b994

Browse files
committed
remove lib and active core-js
1 parent b6bc502 commit 309b994

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/App/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Navigate, Route, Routes } from 'react-router';
33
import { useTranslation } from 'react-i18next';
44
import { useRecoilValue, useSetRecoilState } from 'recoil';
55

6+
import 'core-js/stable';
7+
68
import { useUrl } from 'hooks/useUrl';
79
import { useSentry } from 'hooks/useSentry';
810
import { useAppTracking } from 'hooks/tracking';

src/setupTests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import '@testing-library/jest-dom';
22
import '@testing-library/jest-dom/vitest';
3-
import 'babel-polyfill';
43
import 'jsdom-worker-fix';
54
import { act, cleanup } from '@testing-library/react';
65
import ResizeObserverPolyfill from 'resize-observer-polyfill';

0 commit comments

Comments
 (0)