All Downloads are FREE. Search and download functionalities are using the official Maven repository.

app-template.jest.config.js Maven / Gradle / Ivy

The newest version!
module.exports = {
  testEnvironment: 'node',
  roots: ['/test'],
  testMatch: ['**/*.test.ts'],
  transform: {
    '^.+\\.tsx?$': 'ts-jest'
  }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy