Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface JestProcessManagerOptions {
* }
* ```
*/
protocol?: 'https' | 'http' | 'tcp' | 'socket';
protocol?: 'https' | 'https-get' | 'http' | 'http-get' | 'tcp' | 'socket';
/**
* Port to wait for activity on before considering the server running. If not provided, the server is assumed to immediately be running.
* @default null
Expand Down Expand Up @@ -136,4 +136,3 @@ export declare function teardown(): Promise<void>;
export declare const ERROR_TIMEOUT = "ERROR_TIMEOUT";
export declare const ERROR_PORT_USED = "ERROR_PORT_USED";
export declare const ERROR_NO_COMMAND = "ERROR_NO_COMMAND";