We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4bafb commit 5a43bd2Copy full SHA for 5a43bd2
packages/client/src/scw/__tests__/client.test.ts
@@ -1,8 +1,8 @@
1
import { describe, expect, it } from 'vitest'
2
-import { createAdvancedClient, createClient } from '../client.js'
3
import type { ClientConfig } from '../client-ini-factory.js'
4
import { withProfile } from '../client-ini-factory.js'
5
import type { Settings } from '../client-settings.js'
+import { createAdvancedClient, createClient } from '../client.js'
6
7
const withApiURL =
8
(apiURL: string): ClientConfig =>
0 commit comments