mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-30 17:29:27 +08:00
Deploy with Manifests from URLs (#251)
* added functionality, need to add/modify existing tests * added tests * updated readme * prettier
This commit is contained in:
+2
-1
@@ -6,5 +6,6 @@ module.exports = {
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
verbose: true,
|
||||
testTimeout: 9000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user