kafka-ui/kafka-ui-react-app/src/setupTests.ts
Oleg Shur 1b71ccb975
Migrate React app to Vite (#2153)
* Ejected CRA

* Cleanup

* jest

* Cleanup

* refactor cluster widgets

* configure build

* configure build

* configure coverage

* Experiment with lazy

* add ace to vendor

* Cleanup
2022-06-15 16:59:02 +03:00

4 lines
142 B
TypeScript

import 'whatwg-fetch';
import 'jest-styled-components';
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';