mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
Disable net connect with nock
This commit is contained in:
parent
416d8b5e43
commit
31ddebcb66
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require('nock').disableNetConnect();
|
||||
|
||||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
|
|
Loading…
Add table
Reference in a new issue