mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove a import unit test (#12358)
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import MainController from '../../controllers/mainController';
|
||||
import { ImportTestUtils, TestExtensionContext } from '../utils.test';
|
||||
|
||||
describe('Main Controller', function () {
|
||||
let testExtensionContext: TestExtensionContext;
|
||||
|
||||
beforeEach(async function () {
|
||||
testExtensionContext = await ImportTestUtils.getTestExtensionContext();
|
||||
});
|
||||
|
||||
it('Extension activates successfully', async function () {
|
||||
let mainController = new MainController(testExtensionContext);
|
||||
await mainController.activate().should.not.be.rejected();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user