mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-18 11:34:05 -08:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
|
import { configure } from 'enzyme';
|
||
|
import Adapter from 'enzyme-adapter-react-16';
|
||
|
import './globals';
|
||
|
|
||
|
configure({ adapter: new Adapter() });
|