DEV: Remove final object-literal decorator from plugin-api-test (#29446)

This commit is contained in:
David Taylor 2024-10-28 19:38:17 +00:00 committed by GitHub
parent 311c042700
commit 2aed7606a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`;
},
}),
});
});