File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import assert from 'node:assert';
88import fs from 'node:fs' ;
99import os from 'node:os' ;
1010import path from 'node:path' ;
11- import { describe , it , after } from 'node:test' ;
11+ import { describe , it , after } from 'node:test' ;
1212
1313import { installExtension } from '../../src/tools/extensions.js' ;
1414import { 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} ) ;
You can’t perform that action at this time.
0 commit comments