Expose task progress contract
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@
|
||||
"test:enterprise-video-pricing": "node scripts/enterpriseVideoPricingContract.test.js",
|
||||
"test:key-manager": "node scripts/keyManagerReleaseContract.test.js",
|
||||
"test:provider-poll-limiter": "node scripts/providerPollLimiterContract.test.js",
|
||||
"test": "npm run test:community-routes && npm run test:enterprise-video-pricing && npm run test:key-manager && npm run test:provider-poll-limiter"
|
||||
"test:task-progress-contract": "node scripts/taskProgressContract.test.js",
|
||||
"test": "npm run test:community-routes && npm run test:enterprise-video-pricing && npm run test:key-manager && npm run test:provider-poll-limiter && npm run test:task-progress-contract"
|
||||
},
|
||||
"dependencies": {
|
||||
"alipay-sdk": "^4.14.0",
|
||||
|
||||
Reference in New Issue
Block a user