mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Upgrade http(s)-proxy-agent dependent npm packages (#22306)
This commit is contained in:
@@ -10,10 +10,10 @@ import * as vscode from 'vscode';
|
||||
import { Deferred } from '../../../common/promise';
|
||||
import { FilePicker } from '../../../ui/components/filePicker';
|
||||
import { createModelViewMock } from '@microsoft/azdata-test/out/mocks/azdata/modelView';
|
||||
import { StubButton } from '@microsoft/azdata-test/out/stubs/modelView/stubButton';
|
||||
import { StubButton } from '@microsoft/azdata-test/out/stubs/azdata/modelView';
|
||||
|
||||
let filePicker: FilePicker;
|
||||
const initialPath = path.join('path', 'to', '.kube','config');
|
||||
const initialPath = path.join('path', 'to', '.kube', 'config');
|
||||
const newFileUri = vscode.Uri.file(path.join('path', 'to', 'new', '.kube', 'config'));
|
||||
describe('filePicker', function (): void {
|
||||
beforeEach(async () => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as azdata from 'azdata';
|
||||
import * as should from 'should';
|
||||
import { RadioOptionsGroup, RadioOptionsInfo } from '../../../ui/components/radioOptionsGroup';
|
||||
import { createModelViewMock } from '@microsoft/azdata-test/out/mocks/azdata/modelView';
|
||||
import { StubRadioButton } from '@microsoft/azdata-test/out/stubs/modelView/stubRadioButton';
|
||||
import { StubRadioButton } from '@microsoft/azdata-test/out/stubs/azdata/modelView';
|
||||
import * as loc from '../../../localizedConstants';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user