mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 15:20:30 -04:00
Switch on code coverage (#5120)
* testing code coverage for /sql/ * fix test result path * fixed coverage task: ' * added coverage to linux and mac as well * fix script for mac and linux * bash script cmd * fixed scripts * remove warnings from summary * remove coverage from linux * added job action tests * added more tests
This commit is contained in:
20
src/sqltest/stubs/jobsManagementViewStub.ts
Normal file
20
src/sqltest/stubs/jobsManagementViewStub.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Class to test Job Management Views
|
||||
*/
|
||||
export class TestJobManagementView {
|
||||
|
||||
refreshJobs() { return undefined; }
|
||||
|
||||
openCreateJobDialog() { return undefined; }
|
||||
|
||||
openCreateAlertDialog() { return undefined; }
|
||||
|
||||
openCreateOperatorDialog() { return undefined; }
|
||||
|
||||
openCreateProxyDialog() { return undefined; }
|
||||
}
|
||||
Reference in New Issue
Block a user