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