added _some_ chants, restructuring data from spells
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
moduleNameMapper: {
|
||||
"@dsabot/(.*)": "<rootDir>/functions/$1",
|
||||
"@Commands/(.*)": "<rootDir>/commands/$1",
|
||||
"@Root/(.*)": "<rootDir>/$1",
|
||||
}
|
||||
};
|
||||
testEnvironment: 'node',
|
||||
moduleNameMapper: {
|
||||
'@dsabot/(.*)': '<rootDir>/functions/$1',
|
||||
'@Commands/(.*)': '<rootDir>/commands/$1',
|
||||
'@Root/(.*)': '<rootDir>/$1',
|
||||
'@data/(.*)': '<rootDir>/data/$i',
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user