-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved AlertsClient tests structure by splitting a huge alerts_clie…
…nt.tests.ts file into a specific files defined by its responsibility. (#80088) (#80348) fairly large refactor, but no functional changes Co-authored-by: Yuliia Naumenko <[email protected]>
- Loading branch information
1 parent
ae740fa
commit bc710a7
Showing
19 changed files
with
5,275 additions
and
4,585 deletions.
There are no files selected for viewing
4,567 changes: 0 additions & 4,567 deletions
4,567
x-pack/plugins/alerts/server/alerts_client.test.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License; | ||
* you may not use this file except in compliance with the Elastic License. | ||
*/ | ||
export * from './alerts_client'; |
Oops, something went wrong.