aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
blob: 4a5b465ecb5dabf3a6bbeea512d66eb9e80f968e (plain)
1
2
3
4
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
};