mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
DEV: Move helper tests to the correct directory (#23485)
This commit is contained in:
parent
7b165c6c2f
commit
8c6b1fbbc1
|
@ -5,7 +5,7 @@ import { exists, query } from "discourse/tests/helpers/qunit-helpers";
|
|||
import { hbs } from "ember-cli-htmlbars";
|
||||
import Category from "discourse/models/category";
|
||||
|
||||
module("Integration | Component | category-badge helper", function (hooks) {
|
||||
module("Integration | Helper | category-badge", function (hooks) {
|
||||
setupRenderingTest(hooks);
|
||||
|
||||
test("displays category", async function (assert) {
|
|
@ -4,7 +4,7 @@ import { render } from "@ember/test-helpers";
|
|||
import { query } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { hbs } from "ember-cli-htmlbars";
|
||||
|
||||
module("Integration | Component | d-icon helper", function (hooks) {
|
||||
module("Integration | Helper | d-icon", function (hooks) {
|
||||
setupRenderingTest(hooks);
|
||||
|
||||
test("default", async function (assert) {
|
|
@ -4,7 +4,7 @@ import { render } from "@ember/test-helpers";
|
|||
import { exists } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { hbs } from "ember-cli-htmlbars";
|
||||
|
||||
module("Integration | Component | html-safe-helper", function (hooks) {
|
||||
module("Integration | Helper | html-safe", function (hooks) {
|
||||
setupRenderingTest(hooks);
|
||||
|
||||
test("default", async function (assert) {
|
Loading…
Reference in New Issue
Block a user