mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Removed property accessors from test-file since this wasn't liked by CI build.
This commit is contained in:
@@ -67,11 +67,11 @@ module Marionette.Tests {
|
||||
super(options);
|
||||
}
|
||||
|
||||
get name(): string {
|
||||
getName(): string {
|
||||
return this.get('name');
|
||||
}
|
||||
|
||||
set name(value: string) {
|
||||
setName(value: string) {
|
||||
this.set(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user