mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts commit26fc5d2d1f
. Flaky test has been fixed ine7208ab4c6
This commit is contained in:
committed by
GitHub
parent
383f48c688
commit
672f3e7e41
@@ -1,4 +1,4 @@
|
||||
import { module, skip, test } from "qunit";
|
||||
import { module, test } from "qunit";
|
||||
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
|
||||
import { render } from "@ember/test-helpers";
|
||||
import { hbs } from "ember-cli-htmlbars";
|
||||
@@ -43,7 +43,7 @@ module(
|
||||
|
||||
let model;
|
||||
|
||||
skip("renders passed json model object into string in the ace editor", async function (assert) {
|
||||
test("renders passed json model object into string in the ace editor", async function (assert) {
|
||||
await render(hbs`<ThemeSettingsEditor @model={{hash
|
||||
model=(hash
|
||||
settings=(array
|
||||
|
Reference in New Issue
Block a user