mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
DEV: lint file
We enforce ordering of imports in our linter, missed this on a merge
This commit is contained in:
committed by
Alan Guo Xiang Tan
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) {
|
||||
|
||||
Reference in New Issue
Block a user