We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44790af commit 87c79a9Copy full SHA for 87c79a9
test/specs/wrapper/html.spec.js
@@ -53,7 +53,7 @@ describeWithShallowAndMount('html', mountingMethod => {
53
54
const compiled = compileToFunctions(expectedHtml)
55
const wrapper = mountingMethod(compiled)
56
- const options = { prettyPrint: true };
+ const options = { prettyPrint: true }
57
expect(wrapper.html(options)).to.equal(expectedHtml)
58
})
59
0 commit comments