From 66fa88b0cbfba0273a2f6545c2e9ac4bb6abbaa9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 24 Nov 2018 14:49:56 -0500 Subject: [PATCH] delete this.options test, sorry everyone --- test/runtime/samples/options/_config.js | 12 ------------ test/runtime/samples/options/main.html | 11 ----------- 2 files changed, 23 deletions(-) delete mode 100644 test/runtime/samples/options/_config.js delete mode 100644 test/runtime/samples/options/main.html 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