Files
backstage/.changeset/late-kings-wave.md
T
2024-10-19 10:56:58 +02:00

483 B

@backstage/cli
@backstage/cli
patch

Added a new "rejectFrontendNetworkRequests" configuration flag that can be set in the "jest" field in the root package.json:

{
  "jest": {
    "rejectFrontendNetworkRequests": true
  }
}

This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root package.json and can not be overridden in individual package configurations.