From 0622e23f606fe070307c4bb2dd4919d474867fe5 Mon Sep 17 00:00:00 2001 From: tanhauhau Date: Thu, 17 Jun 2021 00:08:03 +0800 Subject: [PATCH] fix lint --- .../samples/attribute-boolean-indeterminate/_config.js | 6 ++---- test/runtime/samples/component-namespaced/_config.js | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/test/runtime/samples/attribute-boolean-indeterminate/_config.js b/test/runtime/samples/attribute-boolean-indeterminate/_config.js index 63ecefb221..38a6006fee 100644 --- a/test/runtime/samples/attribute-boolean-indeterminate/_config.js +++ b/test/runtime/samples/attribute-boolean-indeterminate/_config.js @@ -7,13 +7,11 @@ export default { indeterminate: true }, - html: ` - - `, + html: '', // somehow ssr will render indeterminate="" // the hydrated html will still contain that attribute - ssrHtml: ``, + ssrHtml: '', test({ assert, component, target }) { const input = target.querySelector('input'); diff --git a/test/runtime/samples/component-namespaced/_config.js b/test/runtime/samples/component-namespaced/_config.js index 9ee6b5e788..7ec4a35c6d 100644 --- a/test/runtime/samples/component-namespaced/_config.js +++ b/test/runtime/samples/component-namespaced/_config.js @@ -1,5 +1,3 @@ -import * as path from 'path'; - export default { props: { a: 1