chat-with-gpt/server/jest.config.js

5 lines
70 B
JavaScript
Raw Permalink Normal View History

2023-07-04 20:13:39 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};