Skip to content
Snippets Groups Projects
Commit c8c5ef23 authored by Jack Reed's avatar Jack Reed
Browse files

Fixup an eslint error

parent 8b74cac8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ function createWrapper(props) { ...@@ -8,7 +8,7 @@ function createWrapper(props) {
return shallow( return shallow(
<miradorAnnotationPlugin.component <miradorAnnotationPlugin.component
config={{}} config={{}}
TargetComponent={'<div>hello</div>'} TargetComponent="<div>hello</div>"
targetProps={{}} targetProps={{}}
addCompanionWindow={jest.fn()} addCompanionWindow={jest.fn()}
receiveAnnotation={jest.fn()} receiveAnnotation={jest.fn()}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment