chore: remove extension code (#667)
This commit is contained in:
parent
7fca8f50f8
commit
128474b4aa
28 changed files with 8 additions and 1408 deletions
|
|
@ -29,8 +29,6 @@ import type { Config } from '../config.d.ts';
|
|||
// NOTE: Can be removed when we drop Node.js 18 support and changed to import.meta.filename.
|
||||
const __filename = url.fileURLToPath(import.meta.url);
|
||||
|
||||
baseTest.skip(({ mcpMode }) => mcpMode === 'extension', 'Extension tests run via SSE anyways');
|
||||
|
||||
const test = baseTest.extend<{ serverEndpoint: (options?: { args?: string[], noPort?: boolean }) => Promise<{ url: URL, stderr: () => string }> }>({
|
||||
serverEndpoint: async ({ mcpHeadless }, use, testInfo) => {
|
||||
let cp: ChildProcess | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue