mirror of
https://gitea.com/actions/cache.git
synced 2025-07-28 22:48:04 +08: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