Skip to content

Commit 35cfb58

Browse files
committed
Revert "skip failing test (#2582)"
This reverts commit 8abe640.
1 parent f553044 commit 35cfb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ember_debug/object-inspector-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module('Ember Debug - Object Inspector', function (hooks) {
174174
assert.strictEqual(nameProperty.value.inspect, inspect('My Object'));
175175
});
176176

177-
test.skip('An ES6 Class is correctly transformed into an inspection hash', async function (assert) {
177+
test('An ES6 Class is correctly transformed into an inspection hash', async function (assert) {
178178
if (compareVersion(VERSION, '3.9.0') === -1) {
179179
assert.expect(0);
180180
return;

0 commit comments

Comments
 (0)