Files
simplex-chat/packages/simplex-chat-nodejs/jest.config.js
T
2026-01-10 20:16:17 +00:00

10 lines
164 B
JavaScript

module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
'^.+\\.ts$': ['ts-jest', {
tsconfig: 'tests/tsconfig.json'
}]
}
}