mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix build errors from sql projects test file (#22894)
This commit is contained in:
@@ -13,9 +13,8 @@ import should = require('should');
|
|||||||
import { AssertionError } from 'assert';
|
import { AssertionError } from 'assert';
|
||||||
import { Project } from '../models/project';
|
import { Project } from '../models/project';
|
||||||
import { Uri } from 'vscode';
|
import { Uri } from 'vscode';
|
||||||
import { exists, getAzdataApi, getSqlProjectsService } from '../common/utils';
|
import { exists, getSqlProjectsService } from '../common/utils';
|
||||||
import * as mssql from 'mssql';
|
import * as mssql from 'mssql';
|
||||||
import * as vscodeMssql from 'vscode-mssql';
|
|
||||||
|
|
||||||
export async function shouldThrowSpecificError(block: Function, expectedMessage: string, details?: string) {
|
export async function shouldThrowSpecificError(block: Function, expectedMessage: string, details?: string) {
|
||||||
let succeeded = false;
|
let succeeded = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user