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