-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for #1182 - GET /parties failing due to ALS issue in regression t…
…esting (#225) * Fix bug #1182 * Update dependencies * Update more dependencies. Freeze some @Hapi dependencies with breaking packages * Bump version * Update package lock file * Revert jest to 24.9.0 * Bump version * Remerge changes * Downgrade and freeze central-services-metrics due to memory leak issues in ci * Add --runInBand flag to all Jest cli command for all unit/coverage tests. * Fix audit issues * Add --runInBand flag * Restore default configs
- Loading branch information
Showing
5 changed files
with
9,486 additions
and
5,865 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"reject": [ | ||
"hapi-swagger", | ||
"@hapi/hapi", | ||
"@hapi/vision", | ||
"@hapi/inert", | ||
"hapi-swagger", | ||
"get-port" | ||
] | ||
} |
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.