File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ import {
10
10
type WorkspacesListResponse ,
11
11
} from '@seamapi/http/connect'
12
12
13
- import {
14
- type ResponseFromSeamHttpRequest ,
15
- SeamHttpRequest ,
16
- } from 'lib/seam/connect/seam-http-request.js'
13
+
14
+
17
15
18
16
test ( 'SeamHttp: fromClient returns instance that uses client' , async ( t ) => {
19
17
const { seed, endpoint } = await getTestServer ( t )
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ import test from 'ava'
2
2
import { getTestServer } from 'fixtures/seam/connect/api.js'
3
3
4
4
import { SeamHttp } from '@seamapi/http/connect'
5
+
5
6
import {
6
- SeamHttpRequest ,
7
7
type ResponseFromSeamHttpRequest ,
8
+ SeamHttpRequest ,
8
9
} from 'lib/seam/connect/seam-http-request.js'
9
10
10
11
test ( 'serializes array params when undefined' , async ( t ) => {
You can’t perform that action at this time.
0 commit comments