File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { MCPConnectionManager } from '../../../mcp/mcpConnectionManager';
1111chai . use ( chaiAsPromised ) ;
1212
1313const sandbox = sinon . createSandbox ( ) ;
14- suite . only ( 'MCPConnectionManager Test Suite' , function ( ) {
14+ suite ( 'MCPConnectionManager Test Suite' , function ( ) {
1515 let mcpConnectionManager : MCPConnectionManager ;
1616 let fakeServiceProvider : NodeDriverServiceProvider ;
1717
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { TelemetryService } from '../../../telemetry';
1515import { TEST_DATABASE_URI } from '../dbTestHelper' ;
1616
1717const sandbox = sinon . createSandbox ( ) ;
18- suite . only ( 'MCPController test suite' , function ( ) {
18+ suite ( 'MCPController test suite' , function ( ) {
1919 let extensionContext : ExtensionContext ;
2020 let connectionController : ConnectionController ;
2121 let mcpController : MCPController ;
You can’t perform that action at this time.
0 commit comments