mirror of
https://github.com/getredash/redash.git
synced 2025-12-26 21:01:31 -05:00
* Prettier all the JS files * Add GitHub Action to autoformat code pushed to master * Fix eslint violation due to formatting. * Remove GitHub actions for styling * Add restyled.io config
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() });
|