Skip to content

Commit 5a43bd2

Browse files
committed
test(client): fix import order per eslint import/order
1 parent ea4bafb commit 5a43bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/scw/__tests__/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { describe, expect, it } from 'vitest'
2-
import { createAdvancedClient, createClient } from '../client.js'
32
import type { ClientConfig } from '../client-ini-factory.js'
43
import { withProfile } from '../client-ini-factory.js'
54
import type { Settings } from '../client-settings.js'
5+
import { createAdvancedClient, createClient } from '../client.js'
66

77
const withApiURL =
88
(apiURL: string): ClientConfig =>

0 commit comments

Comments
 (0)