Skip to content
Snippets Groups Projects
jest.config.js 69 B
Newer Older
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
};