DEV: Move helper tests to the correct directory (#23485)

This commit is contained in:
Jarek Radosz 2023-09-09 14:03:13 +02:00 committed by GitHub
parent 7b165c6c2f
commit 8c6b1fbbc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {