mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
tests: fixed module Name Mapper
This commit is contained in:
parent
6bcce65be5
commit
b734e0d7da
@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
moduleNameMapper: {
|
||||
'@types': '<rootDir>/types'
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user