rocketchat2matrix/jest.config.js
Henrik HerHde Huettemann ed2b206f18
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add user mapping test
2023-05-26 17:42:03 +02:00

6 lines
123 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
}