Deploy with Manifests from URLs (#251)

* added functionality, need to add/modify existing tests

* added tests

* updated readme

* prettier
This commit is contained in:
Jaiveer Katariya
2022-10-17 17:48:28 -04:00
committed by GitHub
parent 57d0489e1f
commit e917b5a666
6 changed files with 218 additions and 24 deletions
+2 -1
View File
@@ -6,5 +6,6 @@ module.exports = {
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
verbose: true,
testTimeout: 9000
}