新增e2e测试脚本,修复部分问题
This commit was merged in pull request #51.
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test:e2e": "jest --config jest.e2e.config.js",
|
||||
"test:e2e:coach": "jest --config jest.e2e.config.js --testPathPattern=coach"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -14,5 +16,9 @@
|
||||
"@dcloudio/uni-ui": "^1.5.12",
|
||||
"crypto-js": "^4.2.0",
|
||||
"luch-request": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"miniprogram-automator": "^0.10.0",
|
||||
"jest": "^29.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user