UNPKG

@openmrs/esm-utils

Version:
14 lines (13 loc) 241 B
module.exports = { clearMocks: true, transform: { '^.+\\.tsx?$': ['@swc/jest'], }, moduleNameMapper: { 'lodash-es': 'lodash', }, testEnvironment: 'jsdom', testEnvironmentOptions: { url: 'http://localhost/', }, };