Cleanup (#19)
* reformatting of skill checks table * Including own Random "generator", more refactoring
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node'
|
||||
testEnvironment: 'node',
|
||||
moduleNameMapper: {
|
||||
"@dsabot/(.*)": "<rootDir>/functions/$1",
|
||||
"@Commands/(.*)": "<rootDir>/commands/$1",
|
||||
"@Root/(.*)": "<rootDir>/$1",
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user