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