修改目录
This commit is contained in:
19
assets/implementation/scripts/package.json
Normal file
19
assets/implementation/scripts/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "dpc-intermediary-dialog-tests",
|
||||
"version": "1.0.0",
|
||||
"description": "中介黑名单弹窗优化功能测试套件",
|
||||
"scripts": {
|
||||
"test": "node test_intermediary_dialog.js",
|
||||
"test:report": "node test_intermediary_dialog.js > test_report.txt 2>&1"
|
||||
},
|
||||
"keywords": [
|
||||
"中介黑名单",
|
||||
"弹窗优化",
|
||||
"功能测试"
|
||||
],
|
||||
"author": "System Test",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user