1
0
mirror of https://github.com/actions/cache.git synced 2025-07-06 08:45:20 +08:00

Disable net connect with nock

This commit is contained in:
Josh Gross 2019-11-05 17:54:08 -05:00
parent 416d8b5e43
commit 31ddebcb66

View File

@ -1,3 +1,5 @@
require('nock').disableNetConnect();
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],