diff --git a/tests/testFixture/scoped-for-testing/src/hello-world/hello-world.html b/tests/testFixture/scoped-for-testing/src/hello-world/hello-world.html deleted file mode 100644 index 739b9b45..00000000 --- a/tests/testFixture/scoped-for-testing/src/hello-world/hello-world.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/tests/testFixture/scoped-for-testing/src/hello-world/hello-world.ts b/tests/testFixture/scoped-for-testing/src/hello-world/hello-world.ts deleted file mode 100644 index 843c514e..00000000 --- a/tests/testFixture/scoped-for-testing/src/hello-world/hello-world.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { bindable } from 'aurelia-framework'; - -export class HelloWorld { - @bindable useFoo; - @bindable qux; - @bindable arr; -} diff --git a/tests/testFixture/scoped-for-testing/src/view/custom-element/custom-element.html b/tests/testFixture/scoped-for-testing/src/view/custom-element/custom-element.html index 9dc7dcc6..d06b4861 100644 --- a/tests/testFixture/scoped-for-testing/src/view/custom-element/custom-element.html +++ b/tests/testFixture/scoped-for-testing/src/view/custom-element/custom-element.html @@ -3,9 +3,6 @@
${qux.interpol} - - - +

${arr[qux] | hello}

${foo.qux}