UNPKG
agent-twitter-summary
Version:
latest (0.0.20)
0.0.20
0.0.19
0.0.18
A twitter client for agents
agent-twitter-summary
/
jest.config.js
7 lines
(6 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, setupFiles: [
'dotenv/config'
,
'./test-setup.js'
], };