Skip to content

Commit

Permalink
issue-1147: Fix linting for test
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonssense committed May 9, 2019
1 parent 44790af commit 87c79a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/wrapper/html.spec.js
Expand Up @@ -53,7 +53,7 @@ describeWithShallowAndMount('html', mountingMethod => {

const compiled = compileToFunctions(expectedHtml)
const wrapper = mountingMethod(compiled)
const options = { prettyPrint: true };
const options = { prettyPrint: true }
expect(wrapper.html(options)).to.equal(expectedHtml)
})
})

0 comments on commit 87c79a9

Please sign in to comment.