mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Enzyme from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-15';
|
||||
|
||||
Enzyme.configure({adapter: new Adapter()});
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
// Storage Mock
|
||||
|
||||
@@ -27,7 +27,7 @@ function storageMock() {
|
||||
key: function(i) {
|
||||
let keys = Object.keys(storage);
|
||||
return keys[i] || null;
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user