UNPKG

agent-twitter-summary

Version:

A twitter client for agents

7 lines (6 loc) 176 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', setupFiles: ['dotenv/config', './test-setup.js'], };