mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
revert browser newux changes (#5714)
This commit is contained in:
@@ -1 +1 @@
|
||||
module.exports = "test-file-stub"
|
||||
module.exports = 'test-file-stub';
|
||||
@@ -18,6 +18,4 @@ import "jest-enzyme"
|
||||
import { configure } from "enzyme"
|
||||
import Adapter from "enzyme-adapter-react-16"
|
||||
|
||||
configure({
|
||||
adapter: new Adapter()
|
||||
})
|
||||
configure({ adapter: new Adapter() })
|
||||
|
||||
Reference in New Issue
Block a user