module.exports = { testEnvironment: 'node', moduleNameMapper: { "@dsabot/(.*)": "/functions/$1", "@Commands/(.*)": "/commands/$1", "@Root/(.*)": "/$1", } };