mirror of
https://github.com/discourse/discourse.git
synced 2025-04-22 13:15:36 +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,10 +1,10 @@
|
||||
import componentTest, {
|
||||
setupRenderingTest,
|
||||
} from "discourse/tests/helpers/component-test";
|
||||
import {
|
||||
discourseModule,
|
||||
queryAll,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import componentTest, {
|
||||
setupRenderingTest,
|
||||
} from "discourse/tests/helpers/component-test";
|
||||
import pretender from "discourse/tests/helpers/create-pretender";
|
||||
|
||||
discourseModule("Integration | Component | site-header", function (hooks) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user