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