mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: lint file
We enforce ordering of imports in our linter, missed this on a merge
This commit is contained in:
parent
daefa3d25a
commit
1cf057fb1c
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
import componentTest, {
|
||||||
|
setupRenderingTest,
|
||||||
|
} from "discourse/tests/helpers/component-test";
|
||||||
import {
|
import {
|
||||||
discourseModule,
|
discourseModule,
|
||||||
queryAll,
|
queryAll,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
import componentTest, {
|
|
||||||
setupRenderingTest,
|
|
||||||
} from "discourse/tests/helpers/component-test";
|
|
||||||
import pretender from "discourse/tests/helpers/create-pretender";
|
import pretender from "discourse/tests/helpers/create-pretender";
|
||||||
|
|
||||||
discourseModule("Integration | Component | site-header", function (hooks) {
|
discourseModule("Integration | Component | site-header", function (hooks) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue