mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Cleanup publish database dialog and test sqllint errors (#11178)
* cleanup publish database dialog and test * fix more tests * fix other tests * add back skips * use Promise.resolve()
This commit is contained in:
@@ -11,7 +11,7 @@ import { BuildHelper } from '../tools/buildHelper';
|
||||
|
||||
describe('BuildHelper: Build Helper tests', function (): void {
|
||||
|
||||
it('Should get correct build arguments', async function (): Promise<void> {
|
||||
it('Should get correct build arguments', function (): void {
|
||||
// update settings and validate
|
||||
const buildHelper = new BuildHelper();
|
||||
const resultArg = buildHelper.constructBuildArguments('dummy\\project path\\more space in path', 'dummy\\dll path');
|
||||
|
||||
Reference in New Issue
Block a user