mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
DEV: Remove final object-literal decorator from plugin-api-test (#29446)
This commit is contained in:
parent
311c042700
commit
2aed7606a7
@ -47,10 +47,9 @@ module("Unit | Utility | plugin-api", function (hooks) {
|
||||
api.modifyClass("native-test-thingy:main", {
|
||||
pluginId: "plugin-api-test",
|
||||
|
||||
@discourseComputed
|
||||
prop() {
|
||||
prop: computed(function () {
|
||||
return `${this._super(...arguments)} partner`;
|
||||
},
|
||||
}),
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user