We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3702a commit 1c05b4cCopy full SHA for 1c05b4c
dev-packages/test-utils/src/spotlight.ts
@@ -61,7 +61,6 @@ export async function startSpotlight(options: SpotlightOptions = {}): Promise<Sp
61
const spotlightProcess = spawn('yarn', args, {
62
cwd,
63
stdio: ['ignore', 'pipe', 'pipe'],
64
- shell: true,
65
});
66
67
let resolvedPort: number | null = null;
@@ -314,4 +313,3 @@ export function clearEventBuffer(): void {
314
313
export function getCurrentSpotlightInstance(): SpotlightInstance | null {
315
return currentSpotlightInstance;
316
}
317
-
0 commit comments