-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add more test and run format upon commit (#99)
* chore: only support node 20 onwards in test.yaml * test: remove unused interface * test: add test for logging service * test: remove unused code * chore: perform lint on test pipeline * run npm format
- Loading branch information
1 parent
4600cbe
commit af06291
Showing
26 changed files
with
733 additions
and
635 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const ElasticEmailDefaultContent = { | ||
recipientAddress: "[email protected]", | ||
senderAddress: "Serp API Healthcheck Notifications <[email protected]>", | ||
subject: "Serp API Healthcheck Result" | ||
} | ||
recipientAddress: "[email protected]", | ||
senderAddress: "Serp API Healthcheck Notifications <[email protected]>", | ||
subject: "Serp API Healthcheck Result" | ||
}; |
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 |
---|---|---|
|
@@ -11,4 +11,4 @@ export enum PartialMonthToIndex { | |
Oct = 9, | ||
Nov = 10, | ||
Dec = 11 | ||
} | ||
} |
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
Oops, something went wrong.