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 628e6ed commit 3d67343Copy full SHA for 3d67343
src/types.d.ts
@@ -63,7 +63,7 @@ export interface JestProcessManagerOptions {
63
* }
64
* ```
65
*/
66
- protocol?: 'https' | 'http' | 'tcp' | 'socket';
+ protocol?: 'https' | 'https-get' | 'http' | 'http-get' | 'tcp' | 'socket';
67
/**
68
* Port to wait for activity on before considering the server running. If not provided, the server is assumed to immediately be running.
69
* @default null
@@ -136,4 +136,3 @@ export declare function teardown(): Promise<void>;
136
export declare const ERROR_TIMEOUT = "ERROR_TIMEOUT";
137
export declare const ERROR_PORT_USED = "ERROR_PORT_USED";
138
export declare const ERROR_NO_COMMAND = "ERROR_NO_COMMAND";
139
-
0 commit comments