Skip to content

Commit 5bc9456

Browse files
committed
format(tests): reorder import statements in helpers test file for consistency
1 parent a47a91b commit 5bc9456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from "vitest";
2-
import { cachedCall, withCache, defaultKeyGenerator } from "../helpers";
2+
import { cachedCall, defaultKeyGenerator, withCache } from "../helpers";
33

44
// A mock function that simulates an expensive async operation
55
async function expensiveFunction(param: string): Promise<string> {

0 commit comments

Comments
 (0)