Skip to content

Commit

Permalink
Merge pull request #198 from jdalrymple/greenkeeper/jest-extended-0.10.0
Browse files Browse the repository at this point in the history
chore: Update jest-extended to the latest version 🚀
  • Loading branch information
jdalrymple authored Sep 25, 2018
2 parents 6d55085 + 0d345b7 commit e94e19f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 152 deletions.
217 changes: 66 additions & 151 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"husky": "^0.14.3",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.5.0",
"jest-extended": "^0.9.0",
"jest-extended": "^0.10.0",
"jest-tap-reporter": "^1.9.0",
"ts-jest": "^23.1.4",
"tslint": "^5.11.0",
Expand Down
3 changes: 3 additions & 0 deletions test/tests/services/ApplicationSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ describe('ApplicationSettings.all', () => {
'recaptcha_enabled',
'recaptcha_private_key',
'recaptcha_site_key',
'receive_max_input_size',
'repository_checks_enabled',
'repository_storages',
'require_two_factor_authentication',
Expand Down Expand Up @@ -130,6 +131,8 @@ describe('ApplicationSettings.all', () => {
'usage_ping_enabled',
'instance_statistics_visibility_private',
'user_default_external',
'user_show_add_ssh_key_message',
'user_default_internal_regex',
'user_oauth_applications',
'version_check_enabled',
'web_ide_clientside_preview_enabled',
Expand Down

0 comments on commit e94e19f

Please sign in to comment.