From 87c79a94db44cb6b4fb1e548f38bff400c04bfe6 Mon Sep 17 00:00:00 2001 From: addisonssense Date: Thu, 9 May 2019 14:24:26 -0400 Subject: [PATCH] issue-1147: Fix linting for test --- test/specs/wrapper/html.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/wrapper/html.spec.js b/test/specs/wrapper/html.spec.js index 91e8ba80a..ab3c4a005 100644 --- a/test/specs/wrapper/html.spec.js +++ b/test/specs/wrapper/html.spec.js @@ -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) }) })