ci: Block all external network calls in tests (no-changelog) (#4930)
* setup nock to prevent tests from making any external requests * mock all calls to posthog sdk
This commit is contained in:
committed by
GitHub
parent
2964458191
commit
d5b06ab3d6
@@ -45,6 +45,7 @@
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"jest-mock": "^29.3.1",
|
||||
"nock": "^13.2.9",
|
||||
"node-fetch": "^2.6.7",
|
||||
"prettier": "^2.3.2",
|
||||
"rimraf": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user