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