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 {
1010 type WorkspacesListResponse ,
1111} from '@seamapi/http/connect'
1212
13- import {
14- type ResponseFromSeamHttpRequest ,
15- SeamHttpRequest ,
16- } from 'lib/seam/connect/seam-http-request.js'
13+
14+
1715
1816test ( 'SeamHttp: fromClient returns instance that uses client' , async ( t ) => {
1917 const { seed, endpoint } = await getTestServer ( t )
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ import test from 'ava'
22import { getTestServer } from 'fixtures/seam/connect/api.js'
33
44import { SeamHttp } from '@seamapi/http/connect'
5+
56import {
6- SeamHttpRequest ,
77 type ResponseFromSeamHttpRequest ,
8+ SeamHttpRequest ,
89} from 'lib/seam/connect/seam-http-request.js'
910
1011test ( 'serializes array params when undefined' , async ( t ) => {
You can’t perform that action at this time.
0 commit comments