diff --git a/test/runtime/samples/options/_config.js b/test/runtime/samples/options/_config.js deleted file mode 100644 index 0a14704a21..0000000000 --- a/test/runtime/samples/options/_config.js +++ /dev/null @@ -1,12 +0,0 @@ -export default { - skip_if_ssr: true, - html: `
from this.options
`, - - options: { - text: 'from this.options' - }, - - test(assert, component) { - assert.equal(component.options.text, 'from this.options'); - } -}; \ No newline at end of file diff --git a/test/runtime/samples/options/main.html b/test/runtime/samples/options/main.html deleted file mode 100644 index 30f6947a2c..0000000000 --- a/test/runtime/samples/options/main.html +++ /dev/null @@ -1,11 +0,0 @@ - - -{text}
\ No newline at end of file