test: mock http requests in jest (#7394)
* test: try no coverage for unit tests * test: onlychanged * test: try parallel * fix: no http in unit tests * fix: deduplicate * fix: nock only * fix: maxworkers 2 * fix: remove nock * fix: restore nock * fix: comment * fix: try again with jest-offline * fix: remove jest-offline * test: try 2 again * fix: 100%
Showing
... | ... | @@ -253,6 +253,7 @@ |
"ms": "^2.1.3", | ||
"multicodec": "^3.0.1", | ||
"multihashes": "^4.0.2", | ||
"nock": "^13.3.3", | ||
"node-vibrant": "^3.2.1-alpha.1", | ||
"numbro": "^2.3.6", | ||
"polished": "^3.3.2", | ||
... | ... |
Please register or sign in to comment