mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Make mssql extension a module (#18804)
* Rebase from main branch * import from module * Add mssql module ref Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
ae8784e462
commit
5e68ff1dfe
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as should from 'should';
|
||||
import * as azdata from 'azdata';
|
||||
import * as mssql from '../../../../mssql';
|
||||
import * as mssql from 'mssql';
|
||||
import * as sinon from 'sinon';
|
||||
import { CreateProjectFromDatabaseDialog } from '../../dialogs/createProjectFromDatabaseDialog';
|
||||
import { mockConnectionProfile } from '../testContext';
|
||||
@@ -94,7 +94,7 @@ describe('Create Project From Database Dialog', () => {
|
||||
|
||||
let model: ImportDataModel;
|
||||
|
||||
const expectedImportDataModel: ImportDataModel = {
|
||||
const expectedImportDataModel: ImportDataModel = {
|
||||
connectionUri: stubUri,
|
||||
database: 'My Database',
|
||||
projName: 'testProject',
|
||||
|
||||
Reference in New Issue
Block a user