Skip to content

Commit 87c79a9

Browse files
committed
issue-1147: Fix linting for test
1 parent 44790af commit 87c79a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/specs/wrapper/html.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describeWithShallowAndMount('html', mountingMethod => {
5353

5454
const compiled = compileToFunctions(expectedHtml)
5555
const wrapper = mountingMethod(compiled)
56-
const options = { prettyPrint: true };
56+
const options = { prettyPrint: true }
5757
expect(wrapper.html(options)).to.equal(expectedHtml)
5858
})
5959
})

0 commit comments

Comments
 (0)