From 47b10a184af528f3ce045a2f2ecd19f8eae05311 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 29 Aug 2017 08:43:31 -0400 Subject: [PATCH] remove test of instantiation without options, its nonsensical --- test/runtime/samples/pass-no-options/_config.js | 8 -------- test/runtime/samples/pass-no-options/main.html | 1 - 2 files changed, 9 deletions(-) delete mode 100644 test/runtime/samples/pass-no-options/_config.js delete mode 100644 test/runtime/samples/pass-no-options/main.html diff --git a/test/runtime/samples/pass-no-options/_config.js b/test/runtime/samples/pass-no-options/_config.js deleted file mode 100644 index 9683944f21..0000000000 --- a/test/runtime/samples/pass-no-options/_config.js +++ /dev/null @@ -1,8 +0,0 @@ -export default { - html: '

Just some static HTML

', - - test ( assert, component, target, window ) { - const newComp = new window.SvelteComponent(); - assert.equal(newComp instanceof window.SvelteComponent, true); - } -}; diff --git a/test/runtime/samples/pass-no-options/main.html b/test/runtime/samples/pass-no-options/main.html deleted file mode 100644 index bbf302b39e..0000000000 --- a/test/runtime/samples/pass-no-options/main.html +++ /dev/null @@ -1 +0,0 @@ -

Just some static HTML