Skip to content

Commit 181c466

Browse files
author
Natallia Harshunova
committed
Update formatting
1 parent 2d7a8dc commit 181c466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/tools/extensions.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import assert from 'node:assert';
88
import fs from 'node:fs';
99
import os from 'node:os';
1010
import path from 'node:path';
11-
import { describe, it, after } from 'node:test';
11+
import {describe, it, after} from 'node:test';
1212

1313
import {installExtension} from '../../src/tools/extensions.js';
1414
import {withMcpContext} from '../utils.js';
@@ -36,7 +36,7 @@ describe('extension', () => {
3636

3737
await withMcpContext(async (response, context) => {
3838
await installExtension.handler(
39-
{ params: { path: tmpDir } },
39+
{params: {path: tmpDir}},
4040
response,
4141
context,
4242
);
@@ -62,7 +62,7 @@ describe('extension', () => {
6262

6363
after(() => {
6464
if (tmpDir) {
65-
fs.rmSync(tmpDir, { recursive: true, force: true });
65+
fs.rmSync(tmpDir, {recursive: true, force: true});
6666
}
6767
});
6868
});

0 commit comments

Comments
 (0)