diff --git a/polymer-ts/polymer-ts-tests.ts b/polymer-ts/polymer-ts-tests.ts index 5e4e42df26..1347b3bb71 100644 --- a/polymer-ts/polymer-ts-tests.ts +++ b/polymer-ts/polymer-ts-tests.ts @@ -21,18 +21,4 @@ namespace Components { } polymer.createElement(TestComponent); - - @component('test-annotated') - export class AnnotatedComponent extends polymer.Base { - - public field: string = 'xx'; - - constructor() { - super(); - } - - public ready(): void { - console.log('annotated ready'); - } - } }