fix: update marked test cases

This commit is contained in:
steven
2022-10-04 14:35:07 +08:00
parent 486cf8bdac
commit b959acc69d
9 changed files with 28 additions and 19 deletions

View File

@@ -3,4 +3,7 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
moduleNameMapper: {
"lodash-es": "lodash",
},
};