Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Oct 18, 2024
1 parent 14d45b0 commit a59c8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^5.0.6",
"istanbul-reports": "^3.1.7",
"lodash": "^4.17.21",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"prisma": "5.16.1",
Expand All @@ -58,7 +57,6 @@
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.11",
"@types/node": "^22.7.6",
"@types/test-exclude": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.10.0",
Expand Down Expand Up @@ -92,4 +90,4 @@
"^src/(.*)$": "<rootDir>/$1"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/canyon-data/src/coverage/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import libCoverage, {CoverageMapData} from "istanbul-lib-coverage";
// import libCoverage, {CoverageMapData} from "istanbul-lib-coverage";
// import {formatCoverageData} from "../utils/formatCoverageData.ts";
/**
* 合并两个覆盖率数据
Expand Down

0 comments on commit a59c8af

Please sign in to comment.