mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
Remove unstable import test (#11337)
* Remove unstable test * removed the unstable test * checking if activate does not throw error * merged chagnes from master
This commit is contained in:
@@ -11,11 +11,10 @@ describe('Main Controller', function () {
|
||||
let testExtensionContext: TestExtensionContext;
|
||||
|
||||
beforeEach(async function () {
|
||||
// creating a mock Extension Context with current extensionPath
|
||||
testExtensionContext = await ImportTestUtils.getTestExtensionContext();
|
||||
});
|
||||
|
||||
it('Should register task flatFileImportStartCommand after activate is called', async function () {
|
||||
it('Extension activates successfully', async function () {
|
||||
let mainController = new MainController(testExtensionContext);
|
||||
should.doesNotThrow(() => mainController.activate());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user