mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user