Skip to content

Commit

Permalink
dev: fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pangbo13 committed Apr 4, 2024
1 parent c2770a3 commit 837d42d
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import { click, visit } from "@ember/test-helpers";
import { visit } from "@ember/test-helpers";
import { test } from "qunit";
import userFixtures from "discourse/tests/fixtures/user-fixtures";
import {
acceptance,
exists,
query,
} from "discourse/tests/helpers/qunit-helpers";
import { cloneJSON } from "discourse-common/lib/object";
import I18n from "discourse-i18n";

let deleteAndBlock = null;

acceptance("User Profile - Summary", function (needs) {
needs.pretender((server, helper) => {
Expand Down

0 comments on commit 837d42d

Please sign in to comment.