We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35740f commit 76878bbCopy full SHA for 76878bb
test/seam/connect/openapi.test.ts
@@ -1,9 +1,9 @@
1
-import { getOpenapiSchema } from '@seamapi/http/connect'
2
import { openapi } from '@seamapi/types/connect'
3
import test from 'ava'
4
import { getTestServer } from 'fixtures/seam/connect/api.js'
5
import nock from 'nock'
6
+import { getOpenapiSchema } from '@seamapi/http/connect'
7
8
test('SeamHttp: getOpenapiSchema returns data', async (t) => {
9
const { endpoint } = await getTestServer(t)
0 commit comments