Skip to content

Commit 5b8db10

Browse files
committed
tests modified
1 parent 31ae86e commit 5b8db10

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

polymer-ts/polymer-ts-tests.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,4 @@ namespace Components {
2121
}
2222

2323
polymer.createElement(TestComponent);
24-
25-
@component('test-annotated')
26-
export class AnnotatedComponent extends polymer.Base {
27-
28-
public field: string = 'xx';
29-
30-
constructor() {
31-
super();
32-
}
33-
34-
public ready(): void {
35-
console.log('annotated ready');
36-
}
37-
}
3824
}

0 commit comments

Comments
 (0)