Skip to content

Commit ccd2226

Browse files
committed
lint
1 parent 84f9dc1 commit ccd2226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/test/lib/serverruntimeclient.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ describe('ServerRuntimeClient', () => {
171171
[
172172
expect.any(Object),
173173
expect.objectContaining({
174-
level: 'error'
175-
})
174+
level: 'error',
175+
}),
176176
],
177177
],
178178
]);
@@ -196,8 +196,8 @@ describe('ServerRuntimeClient', () => {
196196
[
197197
expect.any(Object),
198198
expect.objectContaining({
199-
level: 'info'
200-
})
199+
level: 'info',
200+
}),
201201
],
202202
],
203203
]);

0 commit comments

Comments
 (0)