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 187a36e commit 5257928Copy full SHA for 5257928
src/lib/seam/connect/client.test.ts
@@ -3,5 +3,5 @@ import test from 'ava'
3
import { SeamHttp } from './client.js'
4
5
test('SeamHttp: fromApiKey', (t) => {
6
- t.truthy(SeamHttp.fromApiKey('some-api-key'))
+ t.truthy(SeamHttp.fromApiKey('seam_some-api-key'))
7
})
test/seam/connect/client.test.ts
import { SeamHttp } from '@seamapi/http/connect'
0 commit comments