Skip to content

Commit f2b07e3

Browse files
style: sort pi test imports
Co-authored-by: Alfonso <alfonso-magic-context@users.noreply.github.com>
1 parent 7f8fddc commit f2b07e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pi-plugin/src/context-handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { setBootQuietPeriodForTests } from '@magic-context/core/plugin/boot-quiet';
21
import { afterEach, describe, expect, it, mock, spyOn } from "bun:test";
32
import { mkdtempSync, readFileSync, rmSync } from "node:fs";
43
import { tmpdir } from "node:os";
@@ -42,6 +41,7 @@ import { deriveTriggerBudget } from "@magic-context/core/hooks/magic-context/der
4241
import { resolveExecuteThreshold } from "@magic-context/core/hooks/magic-context/event-resolvers";
4342
import { onNoteTrigger } from "@magic-context/core/hooks/magic-context/note-nudger";
4443
import { withRawMessageProvider } from "@magic-context/core/hooks/magic-context/read-session-chunk";
44+
import { setBootQuietPeriodForTests } from "@magic-context/core/plugin/boot-quiet";
4545
import { clearModelsDevCache } from "@magic-context/core/shared/models-dev-cache";
4646
import { closeQuietly } from "@magic-context/core/shared/sqlite-helpers";
4747
import type { SubagentRunner } from "@magic-context/core/shared/subagent-runner";

0 commit comments

Comments
 (0)