Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 946e80c

Browse files
committed
Appease the linter
1 parent 1cfdd0c commit 946e80c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/components/views/beacon/LeftPanelLiveShareWarning-test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
import React from 'react';
1817
import { mocked } from 'jest-mock';
1918
import { mount } from 'enzyme';
2019

@@ -41,7 +40,6 @@ jest.mock('../../../../src/stores/OwnBeaconStore', () => {
4140
// TODO: Restore component and re-enable test
4241
// See https://github.com/vector-im/element-web/issues/21506
4342
describe.skip('<LeftPanelLiveShareWarning />', () => {
44-
const defaultProps = {};
4543
const getComponent = (props = {}) =>
4644
// TODO: Re-enable with above
4745
//mount(<LeftPanelLiveShareWarning {...defaultProps} {...props} />);

0 commit comments

Comments
 (0)