0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/regression/api/v0.1
renovate[bot] db53ac0721 Update Test & linting packages (major) (#10858)
no issue 

- Updated Test & linting packages
- Updated use of hasOwnProperty
- Using Object.prototype.hasOwnProperty instead (ref. eslint.org/docs/rules/no-prototype-builtins)
- Removed already defined built-in global variable Intl
- Applied `--fix` with lint command on `core/test` folder
- The rules were broken because some of them were made stricter for `eslint: recommended` ruleset (ref. https://eslint.org/docs/user-guide/migrating-to-6.0.0#eslint-recommended-changes)
- Removed redundant global variable declarations to pass linting
2019-07-05 13:40:43 +02:00
..
authentication_spec.js
configuration_spec.js
db_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
error_spec.js
invites_spec.js
notifications_spec.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
oembed_spec.js
posts_spec.js
public_api_spec.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
redirects_spec.js Fixed regression tests 2019-04-02 11:23:46 +08:00
roles_spec.js
schedules_spec.js
settings_spec.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
slugs_spec.js
spam_prevention_spec.js
subscribers_spec.js
tags_spec.js Ensured defaults when creating resources 2019-02-07 20:20:10 +01:00
themes_spec.js
upload_icon_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
upload_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
users_spec.js
utils.js Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
webhooks_spec.js