mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
use azurecore and azureresource as typings (#11892)
* use azurecore and azureresource as typings * Remove unrelated file
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import * as should from 'should';
|
||||
import 'mocha';
|
||||
import { getRegionDisplayName } from '../utils';
|
||||
import { AzureRegion } from '../azurecore';
|
||||
import { AzureRegion } from 'azurecore';
|
||||
import * as loc from '../localizedConstants';
|
||||
|
||||
describe('Azurecore Utils Tests', function (): void {
|
||||
|
||||
Reference in New Issue
Block a user