Skip to content

Commit 2f61e1e

Browse files
committed
Export all from client-options
1 parent f1cdeda commit 2f61e1e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/lib/seam/connect/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
export * from './client-options.js'
12
export * from './seam-http.js'

test/seam/connect/env.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import { env } from 'node:process'
33
import test from 'ava'
44
import { getTestServer } from 'fixtures/seam/connect/api.js'
55

6-
import { SeamHttp } from '@seamapi/http/connect'
7-
8-
import { SeamHttpInvalidOptionsError } from 'lib/seam/connect/client-options.js'
6+
import { SeamHttp, SeamHttpInvalidOptionsError } from '@seamapi/http/connect'
97

108
/*
119
* Tests in this file must run serially to ensure a clean environment for each test.

0 commit comments

Comments
 (0)