summaryrefslogtreecommitdiff
path: root/lib/jest.config.js
blob: 6f7939156de8a8e1726c52283c683f56f7ca5897 (plain)
1
2
3
4
5
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  modulePathIgnorePatterns: ['dist']
}