DEV: Apply eslint --fix
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { visit } from "@ember/test-helpers";
|
||||
import { test } from "qunit";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("AdSense", function (needs) {
|
||||
needs.user();
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { visit } from "@ember/test-helpers";
|
||||
import { test } from "qunit";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("DFP Ads", function (needs) {
|
||||
needs.user();
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { visit } from "@ember/test-helpers";
|
||||
import { test } from "qunit";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("House Ads", function (needs) {
|
||||
needs.user();
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { visit } from "@ember/test-helpers";
|
||||
import { test } from "qunit";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("Mixed Ads", function (needs) {
|
||||
needs.user();
|
||||
|
||||
Reference in New Issue
Block a user