jest.config.js 208 B

123456789
  1. /* eslint-disable no-undef */
  2. /** @type {import('ts-jest').JestConfigWithTsJest} */
  3. module.exports = {
  4. preset: "ts-jest",
  5. testEnvironment: "node",
  6. moduleNameMapper: {
  7. "lodash-es": "lodash",
  8. },
  9. };