Skip to content

Commit

Permalink
DEV: Add theme name prefix to test names
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jun 4, 2024
1 parent 5d9fd02 commit ad6a1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { module, test } from "qunit";
import migrate from "../../../../migrations/settings/0001-migrate-links-setting";

module(
"Unit | Migrations | Settings | 0001-migrate-links-setting",
"Brand Header | Unit | Migrations | Settings | 0001-migrate-links-setting",
function () {
test("migrate when old setting is of an invalid format", function (assert) {
const settings = new Map(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { module, test } from "qunit";
import migrate from "../../../../migrations/settings/0002-migrate-icons-setting";

module(
"Unit | Migrations | Settings | 0002-migrate-icons-setting",
"Brand Header | Unit | Migrations | Settings | 0002-migrate-icons-setting",
function () {
test("migrate when old setting value is of an invalid format", function (assert) {
const settings = new Map(
Expand Down

0 comments on commit ad6a1cb

Please sign in to comment.