Files
dsabot/jest.config.js
TobenderZephyr 924fca5b90 add more tests (#26)
* added more tests

* (fix) no cpu profile.
2021-04-29 19:42:51 +00:00

11 lines
305 B
JavaScript

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