Merge pull request #27261 from backstage/rugvip/no-net

cli: add option to reject network requets in frontend tests
This commit is contained in:
Patrik Oldsberg
2024-10-21 14:37:06 +02:00
committed by GitHub
8 changed files with 254 additions and 26 deletions
+3
View File
@@ -133,6 +133,9 @@
"sort-package-json": "^2.8.0",
"typescript": "~5.2.0"
},
"jest": {
"rejectFrontendNetworkRequests": true
},
"packageManager": "yarn@3.8.1",
"engines": {
"node": "18 || 20"