* reformatting of skill checks table * Including own Random "generator", more refactoring
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
moduleNameMapper: {
|
|
"@dsabot/(.*)": "<rootDir>/functions/$1",
|
|
"@Commands/(.*)": "<rootDir>/commands/$1",
|
|
"@Root/(.*)": "<rootDir>/$1",
|
|
}
|
|
}; |