1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 03:46:17 +02: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'],