mirror of
https://github.com/actions/cache.git
synced 2025-06-22 18:47:59 +02:00
Add unit tests for restore (#62)
* Move archive file size to utils * Disable net connect with nock * Add unit tests for restore * Fix test names and test URL
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
require('nock').disableNetConnect();
|
||||
|
||||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
|
Reference in New Issue
Block a user