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 adf2ac8 commit 4724597Copy full SHA for 4724597
packages/node-integration-tests/utils/index.ts
@@ -121,7 +121,7 @@ async function makeRequest(
121
}
122
123
export class TestEnv {
124
- private _axiosConfig: AxiosRequestConfig = undefined;
+ private _axiosConfig: AxiosRequestConfig | undefined = undefined;
125
126
public constructor(public readonly server: http.Server, public readonly url: string) {
127
this.server = server;
0 commit comments