DEV: Fix getOwner deprecation (#207)
This commit is contained in:
parent
f2b97aa16e
commit
a2bc9b6eac
|
@ -1,9 +1,9 @@
|
|||
import { getOwner } from "@ember/application";
|
||||
import { render, settled } from "@ember/test-helpers";
|
||||
import { setupRenderingTest } from "ember-qunit";
|
||||
import hbs from "htmlbars-inline-precompile";
|
||||
import { module, test } from "qunit";
|
||||
import { query } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { getOwner } from "discourse-common/lib/get-owner";
|
||||
|
||||
const repoProps = {
|
||||
unloaded: false,
|
||||
|
|
Loading…
Reference in New Issue