๐Ÿ“ฆ DavidCandreanu00 / BTC-Price-predictor-BE

๐Ÿ“„ jest.config.js ยท 9 lines
1
2
3
4
5
6
7
8
9module.exports = {
  testEnvironment: 'node',
  roots: ['<rootDir>'],
  testMatch: ['**/*.test.ts'],
  transform: {
    '^.+\\.tsx?$': 'ts-jest'
  }
};