fix cg alerts (#30)
Co-authored-by: v-tianxi@microsoft.com <v-tian@microsoft.com>
This commit is contained in:
Родитель
7357d08597
Коммит
20c85089f3
|
@ -10,7 +10,7 @@ const config = {
|
|||
collectCoverage: false,
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
tsConfig: "tsconfig.json",
|
||||
tsconfig: "tsconfig.json",
|
||||
},
|
||||
},
|
||||
setupFiles: ["<rootDir>/jest-setup.ts"],
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-nginx-cache-test",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.microsoft.com.",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
|
@ -22,14 +22,14 @@
|
|||
"@types/convict": "^4.2.1",
|
||||
"@types/jest": "^24.0.13",
|
||||
"@types/node-fetch": "^2.3.4",
|
||||
"jest": "^24.8.0",
|
||||
"jest-junit": "^6.4.0",
|
||||
"jest": "^27.2.0",
|
||||
"jest-junit": "^12.2.0",
|
||||
"prettier": "^1.17.1",
|
||||
"ts-jest": "^24.0.2",
|
||||
"ts-jest": "^27.0.0",
|
||||
"tslint": "^5.16.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-plugin-prettier": "^2.0.1",
|
||||
"typescript": "^3.4.5"
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@octokit/rest": "^16.27.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче