DEV: Sort imports

Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
David Taylor
2023-10-10 19:38:59 +01:00
parent ee0fef489f
commit 48193767bf
1758 changed files with 5434 additions and 5502 deletions

View File

@ -1,10 +1,10 @@
import { acceptance } from "discourse/tests/helpers/qunit-helpers";
import { click, visit } from "@ember/test-helpers";
import I18n from "I18n";
import { test } from "qunit";
import { fixturesByUrl } from "discourse/tests/helpers/create-pretender";
import sinon from "sinon";
import { fixturesByUrl } from "discourse/tests/helpers/create-pretender";
import { acceptance } from "discourse/tests/helpers/qunit-helpers";
import { cloneJSON } from "discourse-common/lib/object";
import I18n from "I18n";
acceptance(
"Local Dates - Download calendar without default calendar option set",

View File

@ -1,10 +1,10 @@
import { click, fillIn, visit } from "@ember/test-helpers";
import { test } from "qunit";
import {
acceptance,
query,
queryAll,
} from "discourse/tests/helpers/qunit-helpers";
import { test } from "qunit";
import { click, fillIn, visit } from "@ember/test-helpers";
import selectKit from "discourse/tests/helpers/select-kit-helper";
acceptance("Local Dates - composer", function (needs) {

View File

@ -1,12 +1,12 @@
import { cloneJSON } from "discourse-common/lib/object";
import { click, visit } from "@ember/test-helpers";
import { test } from "qunit";
import topicFixtures from "discourse/tests/fixtures/topic";
import {
acceptance,
query,
selectText,
} from "discourse/tests/helpers/qunit-helpers";
import { test } from "qunit";
import { click, visit } from "@ember/test-helpers";
import { cloneJSON } from "discourse-common/lib/object";
acceptance("Local Dates - quoting", function (needs) {
needs.user();

View File

@ -1,5 +1,5 @@
import DateWithZoneHelper from "./date-with-zone-helper";
import { module, test } from "qunit";
import DateWithZoneHelper from "./date-with-zone-helper";
const PARIS = "Europe/Paris";
const SYDNEY = "Australia/Sydney";

View File

@ -1,5 +1,5 @@
import { module, test } from "qunit";
import { setupTest } from "ember-qunit";
import { module, test } from "qunit";
import { applyLocalDates } from "../initializers/discourse-local-dates";
import { freezeTime } from "./local-date-builder-test";

View File

@ -1,7 +1,7 @@
import QUnit, { module, test } from "qunit";
import sinon from "sinon";
import I18n from "I18n";
import LocalDateBuilder from "../lib/local-date-builder";
import sinon from "sinon";
import QUnit, { module, test } from "qunit";
const UTC = "Etc/UTC";
const SYDNEY = "Australia/Sydney";