mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
DEV: re-enable skipped modifyClass test
This issue is fixed in Ember 3.28.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { module, skip, test } from "qunit";
|
||||
import { module, test } from "qunit";
|
||||
import EmberObject from "@ember/object";
|
||||
import discourseComputed from "discourse-common/utils/decorators";
|
||||
import { withPluginApi } from "discourse/lib/plugin-api";
|
||||
@@ -88,7 +88,7 @@ module("Unit | Utility | plugin-api", function (hooks) {
|
||||
assert.strictEqual(thingy.prop, "g'day");
|
||||
});
|
||||
|
||||
skip("modifyClass works with getters", function (assert) {
|
||||
test("modifyClass works with getters", function (assert) {
|
||||
let Base = EmberObject.extend({
|
||||
get foo() {
|
||||
throw new Error("base getter called");
|
||||
|
||||
Reference in New Issue
Block a user