mirror of
https://github.com/cheveguerra/api-whatsapp-ts.git
synced 2026-04-18 03:39:19 +00:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
cacheDirectory: '.tmp/jestCache'
|
|
}; |