mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -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:
@@ -29,7 +29,7 @@ describe.skip('NetCoreTool: Net core tests', function (): void {
|
||||
}
|
||||
});
|
||||
|
||||
it('Should find right dotnet default paths', async function (): Promise<void> {
|
||||
it('Should find right dotnet default paths', function (): void {
|
||||
const netcoreTool = new NetCoreTool();
|
||||
netcoreTool.findOrInstallNetCore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user