mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Revert Ember.run refactors
This reverts commit 5ca60fcb6b592524086f98279d3e4fd949598343.
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import { run } from "@ember/runloop";
|
||||
import createStore from "helpers/create-store";
|
||||
|
||||
QUnit.module("Discourse.NavItem", {
|
||||
beforeEach() {
|
||||
run(function() {
|
||||
Ember.run(function() {
|
||||
const asianCategory = Discourse.Category.create({
|
||||
name: "确实是这样",
|
||||
id: 343434
|
||||
|
Reference in New Issue
Block a user