mirror of
https://github.com/getredash/redash.git
synced 2026-05-10 15:00:16 -04:00
* Setup enzyme and initial ScheduleDialog test * Added tests for each schedule setting * Added refreshOptions tests * Added count out-of-range tests * Added modal confirm/cancel tests * Fixed tests failing due to server timezone difference * Rebased to master
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
import { configure } from 'enzyme';
|
|
import Adapter from 'enzyme-adapter-react-16';
|
|
|
|
configure({ adapter: new Adapter() });
|