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