memos/web/jest.config.js

10 lines
208 B
JavaScript
Raw Normal View History

2022-10-01 22:56:20 +08:00
/* eslint-disable no-undef */
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
2022-10-04 14:35:07 +08:00
moduleNameMapper: {
"lodash-es": "lodash",
},
2022-10-01 22:56:20 +08:00
};