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:
Josh Gross 2019-11-06 13:41:45 -05:00 committed by GitHub
parent ecf6eea708
commit 4b0709a0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 469 additions and 26 deletions

View file

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