Skip to content

Commit d8d3722

Browse files
committed
ci: Format code
1 parent 5a75eae commit d8d3722

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

test/seam/connect/client.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1816
test('SeamHttp: fromClient returns instance that uses client', async (t) => {
1917
const { seed, endpoint } = await getTestServer(t)

test/seam/connect/seam-http-request.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import test from 'ava'
22
import { getTestServer } from 'fixtures/seam/connect/api.js'
33

44
import { SeamHttp } from '@seamapi/http/connect'
5+
56
import {
6-
SeamHttpRequest,
77
type ResponseFromSeamHttpRequest,
8+
SeamHttpRequest,
89
} from 'lib/seam/connect/seam-http-request.js'
910

1011
test('serializes array params when undefined', async (t) => {

0 commit comments

Comments
 (0)