Skip to content

[RUN-AS-IF-FOSS] Remove "preloadFixtures" and "loadJSONFixtures" from jest specs

euko requested to merge remove-preload-fixtures-from-jest-specs into master

What does this MR do?

  • Remove calls to preloadFixtures
  • Remove eslint rules for preloadFixtures and loadJSONFixtures under spec/frontend (and ee/spec/frontend).

Why?

Both preloadFixtures and loadJSONFixtures aren't needed anymore in the migrated jest specs.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Natalia Tepluhina

Merge request reports

Loading