mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
More arc controller dashboard updates (#10949)
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
|
||||
import * as should from 'should';
|
||||
import 'mocha';
|
||||
import { resourceTypeToDisplayName, ResourceType, parseEndpoint } from '../../common/utils';
|
||||
import { resourceTypeToDisplayName, parseEndpoint } from '../../common/utils';
|
||||
|
||||
import * as loc from '../../localizedConstants';
|
||||
import { ResourceType } from '../../constants';
|
||||
|
||||
describe('resourceTypeToDisplayName Method Tests', () => {
|
||||
it('Display Name should be correct for valid ResourceType', function (): void {
|
||||
|
||||
Reference in New Issue
Block a user